RdfJsonParser Class |
Namespace: VDS.RDF.Parsing
The RdfJsonParser type exposes the following members.
| Name | Description | |
|---|---|---|
| RdfJsonParser | Initializes a new instance of the RdfJsonParser class |
| 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) |
Read RDF/JSON Syntax from some Stream into a Graph.
| |
| Load(IGraph, TextReader) |
Read RDF/JSON Syntax from some Input into a Graph.
| |
| Load(IGraph, String) |
Read RDF/Json Syntax from some File into a Graph.
| |
| Load(IRdfHandler, StreamReader) |
Read RDF/JSON Syntax from some Stream using a RDF Handler.
| |
| Load(IRdfHandler, TextReader) |
Read RDF/JSON Syntax from some Input using a RDF Handler.
| |
| Load(IRdfHandler, String) |
Read RDF/JSON Syntax from a 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 if there's a non-fatal issue with the RDF/Json Syntax
|