Base class for all nodes in a parsed script tree.
Script parser, for custom parsers.
Parses a SPARQL statement that begins with the BASE keyword.
SparqlParserBase()
Parses a SPARQL statement that begins with the BASE keyword.
string[] InternalKeywords
Any keywords used internally by the custom parser.
string KeyWord
Keyword associated with custom parser.
string[] Aliases
Keyword aliases, if available, null if none.
bool TryParse(ScriptParser Parser, out ScriptNode Result)
Tries to parse a script node.
Parses a SPARQL statement
string[] InternalKeywords
Any keywords used internally by the custom parser.
static readonly SparqlParser RefInstance
Reference instance of SPARQL parser.
bool TryParse(ScriptParser Parser, out ScriptNode Result)
Tries to parse a script node.
Interface for keywords with custom parsing.