1using System.Threading.Tasks;
47 object Obj =
Argument1.AssociatedObjectValue;
54 if (Obj is XmlElement E)
56 else if (Obj is XmlDocument Doc)
57 Response = Doc.DocumentElement[Name];
Script runtime exception.
Class managing a script expression.
Base class for funcions of two scalar variables.
ScriptNode Argument2
Function argument 2.
ScriptNode Argument1
Function argument 1.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
override string ToString()
int Start
Start position in script expression.
static readonly ObjectValue Null
Null value.
Gets an XML Child element from an XML Element.
override IElement EvaluateScalar(IElement Argument1, IElement Argument2, Variables Variables)
Evaluates the function on two scalar arguments.
override string[] DefaultArgumentNames
Default Argument names
GetElement(ScriptNode Xml, ScriptNode Name, int Start, int Length, Expression Expression)
Gets an XML Child element from an XML Element.
override Task< IElement > EvaluateScalarAsync(IElement Argument1, IElement Argument2, Variables Variables)
Evaluates the function on two scalar arguments.
override string FunctionName
Name of the function
Basic interface for all types of elements.