IRdfReader Interface |
Namespace: VDS.RDF
The IRdfReader type exposes the following members.
Name | Description | |
---|---|---|
Load(IGraph, StreamReader) |
Method for Loading a Graph from some Concrete RDF Syntax via some arbitrary Stream.
| |
Load(IGraph, TextReader) |
Method for Loading a Graph from some Concrete RDF Syntax via some arbitrary Input.
| |
Load(IGraph, String) |
Method for Loading a Graph from some Concrete RDF Syntax from a given File.
| |
Load(IRdfHandler, StreamReader) |
Method for Loading RDF using a RDF Handler from some Concrete RDF Syntax via some arbitrary Stream.
| |
Load(IRdfHandler, TextReader) |
Method for Loading RDF using a RDF Handler from some Concrete RDF Syntax via some arbitrary Stream.
| |
Load(IRdfHandler, String) |
Method for Loading RDF using a RDF Handler from some Concrete RDF Syntax from a given File.
|
Name | Description | |
---|---|---|
Warning |
Event which Readers can raise when they notice syntax that is ambigious/deprecated etc which can still be parsed
|