Click or drag to resize

TriXParserLoad Method

Overload List
  NameDescription
Public methodLoad(IRdfHandler, TextReader)
Loads a RDF dataset using a RDF Handler.
Public methodLoad(IRdfHandler, String)
Loads the RDF Dataset from the TriX input using a RDF Handler.
Public methodLoad(ITripleStore, TextReader)
Loads the RDF Dataset from the TriX input into the given Triple Store.
Public methodLoad(ITripleStore, String)
Loads the RDF Dataset from the TriX input into the given Triple Store.
Top
See Also