Click or drag to resize

BaseStoreParserContext Constructor (ITripleStore, Boolean)

Creates a new Base Parser Context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseStoreParserContext(
	ITripleStore store,
	bool traceParsing
)

Parameters

store
Type: VDS.RDFITripleStore
Triple Store.
traceParsing
Type: SystemBoolean
Whether to trace parsing.
See Also