Notation3Parser Methods |
The Notation3Parser type exposes the following members.
| 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 Object.ToString().) |