Token.CData, Token.Character, Token.Comment, Token.Doctype, Token.EndTag, Token.EOF, Token.StartTag, Token.Tag, Token.TokenType
Constructor and Description |
---|
EOF() |
Modifier and Type | Method and Description |
---|---|
(package private) Token |
reset()
Reset the data represent by this token, for reuse.
|
java.lang.String |
toString() |
asCharacter, asComment, asDoctype, asEndTag, asStartTag, endPos, endPos, isCData, isCharacter, isComment, isDoctype, isEndTag, isEOF, isStartTag, reset, startPos, startPos, tokenType
Token reset()
Token
public java.lang.String toString()
toString
in class java.lang.Object