Abstract base class for functions of one semantic variable.
override IElement EvaluateScalar(ISemanticElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string[] Aliases
Optional aliases. If there are no aliases for the function, null is returned.
IsUri(ScriptNode Argument, int Start, int Length, Expression Expression)
isIRI(x), isURI(x)
override string FunctionName
Name of the function
Interface for semantic nodes.