static int | AP - Quoting sign.
|
static int | BEGIN - Start of HTML token.
|
static pattern | COMMENT_END - Comment closing sequence
|
static pattern | COMMENT_OPEN - Comment opening sequence.
|
static pattern | COMMENT_TRIPLEDASH_END - Special case ---> (also is treated as end of comment).
|
static int | DOUBLE_DASH - Double dash (--)
|
static int | END - End of HTML token.
|
static int | ENTITY - Named or numeric entity,
|
static int | ENTITY_NAMED - Named entity.
|
static int | ENTITY_NUMERIC - Numeric entity.
|
static int | EOF - End of file.
|
static int | EQ - Equals sign.
|
static int | EXCLAMATION - Exclamation (indicates SGML or comment).
|
static int | NUMTOKEN - Sequence of valid name characters (can start from digit).
|
static int | OTHER - All other tokens.
|
static int | QUOT - Quoting sign.
|
static int | SCRIPT - The SCRIPT tag (needs special handling).
|
static pattern | SCRIPT_CLOSE - SCRIPT element closing pattern.
|
static pattern | SCRIPT_OPEN - SCRIPT element heading pattern.
|
static pattern | SGML - SGML element heading pattern.
|
static int | SLASH - Slash (indicates closing tag).
|
static int | STYLE - The STYLE tag (needs special handling).
|
static pattern | STYLE_CLOSE - STYLE element closing pattern.
|
static pattern | STYLE_OPEN - STYLE element heading pattern.
|
static pattern | TAG - Ordinary HTML tag heading pattern.
|
static pattern | TAG_CLOSE - Ordinary HTML tag closing pattern.
|
static int | WS - HTML whitespace.
|
static BitSet | bDIGIT - Digits.
|
static BitSet | bLETTER - All letters, used in HTML names.
|
static BitSet | bLINEBREAK - Both line breaks.
|
static BitSet | bNAME - Valid name characters.
|
static BitSet | bQUOTING - Both quoting characters.
|
static BitSet | bSINGLE_CHAR_TOKEN - All single char tokens.
|
static BitSet | bSPECIAL - Non letters and non numbers, allowed in HTML names.
|
static BitSet | bWHITESPACE - All whitespace.
|