BaseStoreParserContext Constructor (ITripleStore, Boolean) |
Creates a new Base Parser Context.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BaseStoreParserContext(
ITripleStore store,
bool traceParsing
)
Public Sub New (
store As ITripleStore,
traceParsing As Boolean
)
Parameters
- store
- Type: VDS.RDF.ITripleStore
Triple Store. - traceParsing
- Type: System.Boolean
Whether to trace parsing.
See Also