Click or drag to resize

IStoreReader Interface

Interface to be implemented by Triple Store Readers.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IStoreReader

The IStoreReader type exposes the following members.

Methods
  NameDescription
Public methodLoad(IRdfHandler, TextReader)
Loads a RDF dataset using a RDF Handler.
Public methodLoad(IRdfHandler, String)
Loads a RDF dataset using a RDF Handler.
Public methodLoad(ITripleStore, TextReader)
Loads a RDF dataset into a Triple Store.
Public methodLoad(ITripleStore, String)
Loads a RDF dataset into a Triple Store.
Top
Events
  NameDescription
Public eventWarning
Event which Readers can raise when they notice syntax that is ambigious/deprecated etc which can still be parsed
Top
See Also