Click or drag to resize

Notation3ParserContext Constructor (IGraph, ITokeniser)

Creates a new Notation 3 Parser Context with default settings.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to parse into.
tokeniser
Type: VDS.RDF.Parsing.TokensITokeniser
Tokeniser to use.
See Also