Click or drag to resize

Notation3Parser Constructor (TokenQueueMode)

Creates a new Notation 3 Parser which uses the given Token Queue Mode.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Notation3Parser(
	TokenQueueMode queueMode
)

Parameters

queueMode
Type: VDS.RDF.Parsing.TokensTokenQueueMode
Queue Mode for Tokenising.
See Also