TurtleParser Class |
Namespace: VDS.RDF.Parsing
The TurtleParser type exposes the following members.
| Name | Description | |
|---|---|---|
| TurtleParser |
Creates a new Turtle Parser.
| |
| TurtleParser(TokenQueueMode) |
Creates a new Turtle Parser which uses the given Token Queue Mode.
| |
| TurtleParser(TurtleSyntax) |
Creates a new Turtle Parser.
| |
| TurtleParser(TokenQueueMode, TurtleSyntax) |
Creates a new Turtle Parser which uses the given Token Queue Mode.
|
| Name | Description | |
|---|---|---|
| TokenQueueMode |
Gets/Sets the token queue mode used.
| |
| TraceParsing |
Gets/Sets whether Parsing Trace is written to the Console.
| |
| TraceTokeniser |
Gets/Sets whether Tokeniser Trace is written to the Console.
|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load(IGraph, StreamReader) |
Loads a Graph by reading Turtle syntax from the given input.
| |
| Load(IGraph, TextReader) |
Loads a Graph by reading Turtle syntax from the given input.
| |
| Load(IGraph, String) |
Loads a Graph by reading Turtle syntax from the given file.
| |
| Load(IRdfHandler, StreamReader) |
Loads RDF by reading Turtle syntax from the given input using a RDF Handler.
| |
| Load(IRdfHandler, TextReader) |
Loads RDF by reading Turtle syntax from the given input using a RDF Handler.
| |
| Load(IRdfHandler, String) |
Loads RDF by reading Turtle syntax from the given file using a RDF Handler.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Gets the String representation of the Parser which is a description of the syntax it parses.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Warning |
Event which is raised when the parser detects issues with the input which are non-fatal
|