Click or drag to resize

Notation3ParserLoad Method

Overload List
  NameDescription
Public methodLoad(IGraph, StreamReader)
Loads a Graph by reading Notation 3 syntax from the given input.
Public methodLoad(IGraph, TextReader)
Loads a Graph by reading Notation 3 syntax from the given input.
Public methodLoad(IGraph, String)
Loads a Graph by reading Notation 3 syntax from the given file.
Public methodLoad(IRdfHandler, StreamReader)
Loads RDF using a RDF handler by reading Notation 3 syntax from the given input.
Public methodLoad(IRdfHandler, TextReader)
Loads RDF using a RDF handler by reading Notation 3 syntax from the given input.
Public methodLoad(IRdfHandler, String)
Loads RDF using a RDF handler by reading Notation 3 syntax from the given file.
Top
See Also