Click or drag to resize

RdfXmlParserContext Constructor (IGraph, XmlDocument, Boolean)

Creates a new Parser Context.

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

Parameters

g
Type: VDS.RDF.IGraph
Graph.
document
Type: System.Xml.XmlDocument
XML Document.
traceParsing
Type: System.Boolean
Whether to Trace Parsing.
See Also