1using System.Threading.Tasks;
Converts HTMLX-files to HTML, by evaluating emebedded script and replacing it with results.
static Task< string > Convert(string Htmlx, ConversionState State, string FileName)
Converts HTMLX to HTML, using the current theme
override async Task< IElement > EvaluateScalarAsync(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
override string FunctionName
Name of the function
PreprocessHtmlx(ScriptNode Htmlx, int Start, int Length, Expression Expression)
PreprocessHtmlx(Htmlx)
Class managing a script expression.
Base class for funcions of one scalar string variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.