1using System.Threading.Tasks;
Converts CSSX-files to CSS, by evaluating emebedded script and replacing it with results.
static Task< string > Convert(string Cssx, Variables Session, string FileName)
Converts CSSX to CSS, using the current theme
override string FunctionName
Name of the function
override async Task< IElement > EvaluateScalarAsync(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...
PreprocessCssx(ScriptNode Cssx, int Start, int Length, Expression Expression)
PreprocessCssx(Cssx)
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
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.