public class Token extends Object
static Token
CDATA_END
CDATA_START
COMMENT_END
COMMENT_START
create(String value, TokenType type)
boolean
equals(Object obj)
TokenType
getType()
String
getValue()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final Token CDATA_START
public static final Token CDATA_END
public static final Token COMMENT_START
public static final Token COMMENT_END
public String getValue()
public TokenType getType()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
public static Token create(String value, TokenType type)