Notation3Parser Class |
Namespace: VDS.RDF.Parsing
The Notation3Parser type exposes the following members.
Name | Description | |
---|---|---|
Notation3Parser |
Creates a new Notation 3 Parser.
| |
Notation3Parser(TokenQueueMode) |
Creates a new Notation 3 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 Notation 3 syntax from the given input.
| |
Load(IGraph, TextReader) |
Loads a Graph by reading Notation 3 syntax from the given input.
| |
Load(IGraph, String) |
Loads a Graph by reading Notation 3 syntax from the given file.
| |
Load(IRdfHandler, StreamReader) |
Loads RDF using a RDF handler by reading Notation 3 syntax from the given input.
| |
Load(IRdfHandler, TextReader) |
Loads RDF using a RDF handler by reading Notation 3 syntax from the given input.
| |
Load(IRdfHandler, String) |
Loads RDF using a RDF handler by reading Notation 3 syntax from the given file.
| |
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
|