Click or drag to resize

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
)

Parameters

g
Type: VDS.RDFIGraph
Graph to parse into.
traceParsing
Type: SystemBoolean
Whether to trace parsing.
See Also