The HTMLTokenizer Class contains the following methods:
hasMoreTokens indicates if the HTMLTokenizer object contains more tokens.
mark marks the parser's current position in the input stream.
nextToken parses the next token from the input stream.
reset resets the input to the last marked position.
toString retrieves a string representation of the HTMLTokenizer object.