RdfXmlParser Methods |
The RdfXmlParser 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) |
Reads RDF/XML syntax from some Stream into the given Graph.
| |
Load(IGraph, TextReader) |
Reads RDF/XML syntax from some Input into the given Graph.
| |
Load(IGraph, String) |
Reads RDF/XML syntax from some File into the given Graph.
| |
Load(IGraph, XmlDocument) |
Reads RDF/XML from the given XML Document.
| |
Load(IRdfHandler, StreamReader) |
Reads RDF/XML syntax from some Stream using a RDF Handler.
| |
Load(IRdfHandler, TextReader) |
Reads RDF/XML syntax from some Input using a RDF Handler.
| |
Load(IRdfHandler, String) |
Reads RDF/XML 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.) |