Click or drag to resize

RdfXmlParserLoad Method (IGraph, XmlDocument)

Reads RDF/XML from the given XML Document.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	IGraph g,
	XmlDocument document
)

Parameters

g
Type: VDS.RDFIGraph
Graph to load into.
document
Type: System.XmlXmlDocument
XML Document.
See Also