SparqlQueryParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The SparqlQueryParserContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | SparqlQueryParserContext(ITokeniser) |
Creates a new SPARQL Query Parser Context with default settings.
|
![]() | SparqlQueryParserContext(ITokenQueue) |
Creates a new Query Parser Context from the given Token Queue.
|
![]() | SparqlQueryParserContext(ITokeniser, TokenQueueMode) |
Creates a new SPARQL Query Parser Context with custom settings.
|
![]() | SparqlQueryParserContext(SparqlQueryParserContext, ITokenQueue) |
Creates a new SPARQL Query Parser Context for parsing sub-queries.
|
![]() | SparqlQueryParserContext(ITokeniser, Boolean, Boolean) |
Creates a new SPARQL Query Parser Context with custom settings.
|
![]() | SparqlQueryParserContext(ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new SPARQL Query Parser Context with custom settings.
|
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNewBlankNodeID |
Gets a new Blank Node ID.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _handler |
RDF Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) |
![]() | _localTokens |
Local Tokens.
(Inherited from TokenisingParserContext.) |
![]() | _queue |
Tokeniser.
(Inherited from TokenisingParserContext.) |
![]() | _traceParsing |
Is Parsing Traced?.
(Inherited from BaseParserContext.) |
![]() | _traceTokeniser |
Is Tokeniser traced?.
(Inherited from TokenisingParserContext.) |