Click or drag to resize

SparqlQueryParserContext Properties

The SparqlQueryParserContext type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.)
Public propertyBlankNodeID
Gets the last Blank Node ID that was issued.
Public propertyBlankNodeIDUsages
Gets the mapping of in use Blank Nodes IDs.
Public propertyCheckBlankNodeScope
Gets/Sets whether Blank Node scoping must be checked.
Public propertyDefaultBaseUri
Gets/Sets the default Base Uri to resolve relative URIs against.
Public propertyExpressionFactories
Gets the Custom Expression Factories valid for this Parser.
Public propertyGraphPatternID
Gets/Sets the current Graph Pattern ID.
Public propertyHandler
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.)
Public propertyLocalTokens
Gets the Local Tokens stack.
(Inherited from TokenisingParserContext.)
Public propertyNamespaces
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.)
Public propertyNextAliasID
Gets the Next Available Alias ID for aliasing Project Expressions and Aggregates which don't have an Aggregate Specified.
Public propertyQuery
Gets the Query that this Parser Context is populating.
Public propertySubQueryMode
Returns whether this Parser Context is for a sub-query.
Public propertySyntaxMode
Gets/Sets the Syntax that should be supported.
Public propertyTokens
Gets the Token Queue.
(Inherited from TokenisingParserContext.)
Public propertyTraceParsing
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.)
Public propertyTraceTokeniser
Gets/Sets whether tokeniser tracing is used.
(Inherited from TokenisingParserContext.)
Public propertyVerbSeen
Gets/Sets whether the Query Verb has been seen.
Top
See Also