Click or drag to resize

RdfXmlParserContext Constructor (IGraph, XmlDocument)

Creates a new Parser Context.

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

Parameters

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