Click or drag to resize

BufferedTreeNodeStream Methods

The BufferedTreeNodeStream type exposes the following members.

Methods
  NameDescription
Protected methodAddNavigationNode
Public methodConsume
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFillBuffer
Public methodFillBuffer(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 methodGetCurrentSymbol
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetNodeIndex
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIterator
Public methodLA
Protected methodLB
Look backwards k nodes
Public methodLT
Public methodMark
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPop
Seek back to previous index saved during last push() call. Return top of stack (return index).
Public methodPush
Make stream jump to a new location, saving old location. Switch back with pop().
Public methodRelease
Public methodReplaceChildren
Public methodReset
Public methodRewind
Public methodRewind(Int32)
Public methodSeek
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Object, Object)
Public methodToTokenString
Debugging
Public methodToTokenTypeString
Used for testing, just return the token type stream
Top
See Also