Click or drag to resize

TurtleParserLoad Method

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