Frames | No Frames |
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 | Invokes the error handler.
|
Methods with return type gnu.javax.swing.text.html.parser.support.low.Token | |
Token | Consume the token that was checked before and hence MUST be present.
|
Token | Consume the optional token, if present.
|
Constructors with parameter type gnu.javax.swing.text.html.parser.support.low.Token | |
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 | Read the value ahead. |
Token | Get the next token.
|
Token | Get a token, bein immediatley ahead.
|
Token | ReaderTokenizer.getTokenAhead(int ahead) 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.
|