Click or drag to resize

Notation3ParserContext Constructor (IGraph, ITokeniser, Boolean, Boolean)

Creates a new Notation 3 Parser Context with custom settings.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Notation3ParserContext(
	IGraph g,
	ITokeniser tokeniser,
	bool traceParsing,
	bool traceTokeniser
)

Parameters

g
Type: VDS.RDFIGraph
Graph 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