BaseParserContext Constructor (IGraph, Boolean) |
Creates a new Base Parser Context.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BaseParserContext(
IGraph g,
bool traceParsing
)
Public Sub New (
g As IGraph,
traceParsing As Boolean
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to parse into. - traceParsing
- Type: SystemBoolean
Whether to trace parsing.
See Also