SparqlQueryParser Class |
Namespace: VDS.RDF.Parsing
The SparqlQueryParser type exposes the following members.
Name | Description | |
---|---|---|
SparqlQueryParser |
Creates a new instance of the SPARQL Query Parser.
| |
SparqlQueryParser(SparqlQuerySyntax) |
Creates a new instance of the SPARQL Query Parser which supports the given SPARQL Syntax.
| |
SparqlQueryParser(TokenQueueMode) |
Creates a new instance of the SPARQL Query Parser using the given Tokeniser Queue Mode.
| |
SparqlQueryParser(TokenQueueMode, SparqlQuerySyntax) |
Creates a new instance of the SPARQL Query Parser using the given Tokeniser which supports the given SPARQL Syntax.
|
Name | Description | |
---|---|---|
DefaultBaseUri |
Gets/Sets the Default Base URI for Queries parsed by this Parser instance.
| |
ExpressionFactories |
Gets/Sets the locally scoped custom expression factories.
| |
QueryOptimiser |
Gets/Sets the locally scoped Query Optimiser applied to queries at the end of the parsing process.
| |
SyntaxMode |
Gets/Sets the Syntax that should be supported.
| |
TraceTokeniser |
Gets/Sets whether Tokeniser progress is Traced to the Console.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExcessTokensString |
Constructs an error message that informs the user about unexpected excess tokens in a SPARQL qery.
| |
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse(StreamReader) |
Parses a SPARQL Query from an arbitrary Input Stream.
| |
Parse(TextReader) |
Parses a SPARQL Query from an arbitrary Input.
| |
ParseFromFile |
Parses a SPARQL Query from a File.
| |
ParseFromString(String) |
Parses a SPARQL Query from a String.
| |
ParseFromString(SparqlParameterizedString) |
Parses a SPARQL Query from a SPARQL Parameterized String.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryParseGraphPattern |
Tries to parse a Graph Pattern from the given Parser Context.
|
Name | Description | |
---|---|---|
Warning |
Event raised when a non-fatal issue with the SPARQL Query being parsed is detected
|