ITokenQueue Interface |
Namespace: VDS.RDF.Parsing.Tokens
The ITokenQueue type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of Tokens in the Queue.
| |
LastTokenType |
Gets the Token Type of the last Token dequeued.
| |
Tokeniser |
Tokeniser that this is a Queue for.
| |
Tokens |
Gets the underlying Queue of Tokens.
| |
Tracing |
Gets/Sets whether Tokeniser Tracing should be used.
|
Name | Description | |
---|---|---|
Clear |
Clears the Token Queue.
| |
Dequeue |
Removes the first Token from the Queue.
| |
Enqueue |
Adds a Token to the end of the Queue.
| |
InitialiseBuffer |
Initialises the Buffer.
| |
InitialiseBuffer(Int32) |
Initialises the Buffer and sets the Buffering Level.
| |
Peek |
Gets the first Token from the Queue without removing it.
|