TokenisingStoreParserContext Constructor (ITripleStore, ITokeniser, Boolean, Boolean) |
Creates a new Tokenising Store Parser Context with custom settings.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public TokenisingStoreParserContext(
ITripleStore store,
ITokeniser tokeniser,
bool traceParsing,
bool traceTokeniser
)
Public Sub New (
store As ITripleStore,
tokeniser As ITokeniser,
traceParsing As Boolean,
traceTokeniser As Boolean
)
Parameters
- store
- Type: VDS.RDFITripleStore
Store to parse into. - tokeniser
- Type: VDS.RDF.Parsing.TokensITokeniser
Tokeniser to use. - traceParsing
- Type: SystemBoolean
Whether to trace parsing. - traceTokeniser
- Type: SystemBoolean
Whether to trace tokenisation.
See Also