Click or drag to resize

BaseTokenQueueTokeniser Property

Sets the Tokeniser used by the Queue.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ITokeniser Tokeniser { get; set; }

Property Value

Type: ITokeniser

Implements

ITokenQueueTokeniser
Remarks
Setting the Tokeniser causes the Queue to clear itself.
See Also