public abstract class Token
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.CData |
static class |
Token.Character |
static class |
Token.Comment |
static class |
Token.Doctype |
static class |
Token.EndTag |
static class |
Token.EOF |
static class |
Token.StartTag |
static class |
Token.Tag |
static class |
Token.TokenType |
| Modifier and Type | Field and Description |
|---|---|
Token.TokenType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
Token(Token.TokenType tokenType) |
| Modifier and Type | Method and Description |
|---|---|
abstract Token |
reset()
Reset the data represent by this token, for reuse.
|
public final Token.TokenType type
protected Token(Token.TokenType tokenType)
public abstract Token reset()