SparqlQueryParserContext Properties |
The SparqlQueryParserContext type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseUri |
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.) | |
| BlankNodeID |
Gets the last Blank Node ID that was issued.
| |
| BlankNodeIDUsages |
Gets the mapping of in use Blank Nodes IDs.
| |
| CheckBlankNodeScope |
Gets/Sets whether Blank Node scoping must be checked.
| |
| DefaultBaseUri |
Gets/Sets the default Base Uri to resolve relative URIs against.
| |
| ExpressionFactories |
Gets the Custom Expression Factories valid for this Parser.
| |
| GraphPatternID |
Gets/Sets the current Graph Pattern ID.
| |
| Handler |
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
| LocalTokens |
Gets the Local Tokens stack.
(Inherited from TokenisingParserContext.) | |
| Namespaces |
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.) | |
| NextAliasID |
Gets the Next Available Alias ID for aliasing Project Expressions and Aggregates which don't have an Aggregate Specified.
| |
| Query |
Gets the Query that this Parser Context is populating.
| |
| SubQueryMode |
Returns whether this Parser Context is for a sub-query.
| |
| SyntaxMode |
Gets/Sets the Syntax that should be supported.
| |
| Tokens |
Gets the Token Queue.
(Inherited from TokenisingParserContext.) | |
| TraceParsing |
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.) | |
| TraceTokeniser |
Gets/Sets whether tokeniser tracing is used.
(Inherited from TokenisingParserContext.) | |
| VerbSeen |
Gets/Sets whether the Query Verb has been seen.
|