Click or drag to resize

RdfXmlParserLoad Method

Overload List
  NameDescription
Public methodLoad(IGraph, StreamReader)
Reads RDF/XML syntax from some Stream into the given Graph.
Public methodLoad(IGraph, TextReader)
Reads RDF/XML syntax from some Input into the given Graph.
Public methodLoad(IGraph, String)
Reads RDF/XML syntax from some File into the given Graph.
Public methodLoad(IGraph, XmlDocument)
Reads RDF/XML from the given XML Document.
Public methodLoad(IRdfHandler, StreamReader)
Reads RDF/XML syntax from some Stream using a RDF Handler.
Public methodLoad(IRdfHandler, TextReader)
Reads RDF/XML syntax from some Input using a RDF Handler.
Public methodLoad(IRdfHandler, String)
Reads RDF/XML syntax from a file using a RDF Handler.
Top
See Also