Click or drag to resize

NTriplesParser Constructor (NTriplesSyntax, TokenQueueMode)

Creates a new instance of the parser using the given syntax and token queue mode.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NTriplesParser(
	NTriplesSyntax syntax,
	TokenQueueMode qmode
)

Parameters

syntax
Type: VDS.RDF.ParsingNTriplesSyntax
NTriples syntax to parse.
qmode
Type: VDS.RDF.Parsing.TokensTokenQueueMode
Token Queue Mode.
See Also