Click or drag to resize

TriGParserLoad Method

Overload List
  NameDescription
Public methodLoad(IRdfHandler, TextReader)
Loads the named Graphs from the TriG input using the given RDF Handler.
Public methodLoad(IRdfHandler, String)
Loads the named Graphs from the TriG input using the given RDF Handler.
Public methodLoad(ITripleStore, TextReader)
Loads the named Graphs from the TriG input into the given Triple Store.
Public methodLoad(ITripleStore, String)
Loads the named Graphs from the TriG input into the given Triple Store.
Top
See Also