Click or drag to resize

RdfXmlParser.Load 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.RDF.IGraph
Graph to load into.
document
Type: System.Xml.XmlDocument
XML Document.
See Also