Uses of Class gnu.javax.swing.text.html.parser.support.low.Token

Uses in package gnu.javax.swing.text.html.parser.support

Fields of type gnu.javax.swing.text.html.parser.support.low.Token

Token
The current html tag.

Methods with parameter type gnu.javax.swing.text.html.parser.support.low.Token

void
Add the image of this token to the buffer.
void
Parser.error(String msg, Token atToken)
Invokes the error handler.

Methods with return type gnu.javax.swing.text.html.parser.support.low.Token

Token
Parser.mustBe(int kind)
Consume the token that was checked before and hence MUST be present.
Token
Parser.optional(int kind)
Consume the optional token, if present.

Uses in package gnu.javax.swing.text.html.parser.support.low

Constructors with parameter type gnu.javax.swing.text.html.parser.support.low.Token

Token.Token(Token fromInclusive, Token toInclusive)
Creates a new token, where location fields are set as for token, spanning over two provided tokens and any tokens between them.

Methods with parameter type gnu.javax.swing.text.html.parser.support.low.Token

void
Add this trace to the end of the queue.
void
Invokes the error handler.

Methods with return type gnu.javax.swing.text.html.parser.support.low.Token

Token
Verifies if one of the tokens matches the end of string buffer.
Token
Queue.get(int ahead)
Read the value ahead.
Token
Get the next token.
Token
Get a token, bein immediatley ahead.
Token
Get a token, lying the given number of tokens ahead. getToken(0) will return the same token, what would be returned by getNextToken().
Token
Read the oldest value from the queue and remove this value from the queue.