SparqlQueryParser Methods |
The SparqlQueryParser type exposes the following members.
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.
|