This class provides an essay way to treat the document as a stream of tokens, and provides methods to iterate over these tokens.
Creates a new token iterator object. The inital token index is set to the provided row and column coordinates.
The session to associate with
The row to start the tokenizing at
The column to start the tokenizing at
Returns current token.
Returns the current column.
Return the current token position.
Return the current token range.
Returns the current row.
Moves iterator position to the start of previous token.
Moves iterator position to the start of next token.
This class provides an essay way to treat the document as a stream of tokens, and provides methods to iterate over these tokens.