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
)
Public Sub New (
g As IGraph,
document As XmlDocument,
traceParsing As Boolean
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph. - document
- Type: System.XmlXmlDocument
XML Document. - traceParsing
- Type: SystemBoolean
Whether to Trace Parsing.
See Also