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
)
Public Sub New (
store As ITripleStore,
traceParsing As Boolean
)
Parameters
- store
- Type: VDS.RDFITripleStore
Triple Store. - traceParsing
- Type: SystemBoolean
Whether to trace parsing.
See Also