Click or drag to resize

SparqlQueryParserContext Class

Parser Context for SPARQL Query parser.
Inheritance Hierarchy

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SparqlQueryParserContext : TokenisingParserContext

The SparqlQueryParserContext type exposes the following members.

Constructors
  NameDescription
Public methodSparqlQueryParserContext(ITokeniser)
Creates a new SPARQL Query Parser Context with default settings.
Protected methodSparqlQueryParserContext(ITokenQueue)
Creates a new Query Parser Context from the given Token Queue.
Public methodSparqlQueryParserContext(ITokeniser, TokenQueueMode)
Creates a new SPARQL Query Parser Context with custom settings.
Protected methodSparqlQueryParserContext(SparqlQueryParserContext, ITokenQueue)
Creates a new SPARQL Query Parser Context for parsing sub-queries.
Public methodSparqlQueryParserContext(ITokeniser, Boolean, Boolean)
Creates a new SPARQL Query Parser Context with custom settings.
Public methodSparqlQueryParserContext(ITokeniser, TokenQueueMode, Boolean, Boolean)
Creates a new SPARQL Query Parser Context with custom settings.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNewBlankNodeID
Gets a new Blank Node ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_handler
RDF Handler used to handle the generated RDF.
(Inherited from BaseParserContext.)
Protected field_localTokens
Local Tokens.
(Inherited from TokenisingParserContext.)
Protected field_queue
Tokeniser.
(Inherited from TokenisingParserContext.)
Protected field_traceParsing
Is Parsing Traced?.
(Inherited from BaseParserContext.)
Protected field_traceTokeniser
Is Tokeniser traced?.
(Inherited from TokenisingParserContext.)
Top
See Also