Click or drag to resize

BaseTokenQueue Class

Abstract base implementation of a Token Queue.
Inheritance Hierarchy

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseTokenQueue : ITokenQueue

The BaseTokenQueue type exposes the following members.

Constructors
  NameDescription
Protected methodBaseTokenQueue
Initializes a new instance of the BaseTokenQueue class
Top
Properties
  NameDescription
Public propertyCount
Abstract Definition of Interface Property.
Public propertyLastTokenType
Gets the Token Type of the last Token dequeued.
Public propertyTokeniser
Sets the Tokeniser used by the Queue.
Public propertyTokens
Abstract Definition of Interface Property.
Public propertyTracing
Gets/Sets Tracing for the Token Queue.
Top
Methods
  NameDescription
Public methodClear
Abstract Definition of Interface Method.
Public methodDequeue
Abstract Definition of Interface Method.
Public methodEnqueue
Abstract Definition of Interface Method.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialiseBuffer
Abstract Definition of Interface Method.
Public methodInitialiseBuffer(Int32)
Abstract Definition of Interface Method.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek
Abstract Definition of Interface Method.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_lasttokentype
Type of Last Token dequeued.
Protected field_tokeniser
Tokeniser used to fill the Token Queue.
Protected field_tracing
Variable indicating whether Tokeniser Tracing is enabled.
Top
See Also