FileLoader Class |
Namespace: VDS.RDF.Parsing
The FileLoader type exposes the following members.
Name | Description | |
---|---|---|
Load(IGraph, String) |
Loads the contents of the given File into a Graph providing the RDF format can be determined.
| |
Load(IRdfHandler, String) |
Loads the contents of the given File using a RDF Handler providing the RDF format can be determined.
| |
Load(ITripleStore, String) |
Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
| |
Load(IGraph, String, IRdfReader) |
Loads the contents of the given File into a Graph using the given RDF Parser.
| |
Load(IRdfHandler, String, IRdfReader) |
Loads the contents of the given File using a RDF Handler using the given RDF Parser.
| |
Load(IRdfHandler, String, IStoreReader) |
Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
| |
Load(ITripleStore, String, IStoreReader) |
Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
| |
LoadDataset |
Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
|
Name | Description | |
---|---|---|
StoreWarning |
Event which is raised when the Store parser invoked by the FileLoader detects a non-fatal issue with the RDF syntax
| |
Warning |
Event which is raised when the parser invoked by the FileLoader detects a non-fatal issue with the RDF syntax
|