com.quiotix.html.parser
Interface HtmlParserConstants
- All Known Implementing Classes:
- HtmlParser, HtmlParserTokenManager
- public interface HtmlParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
ALPHA_CHAR
public static final int ALPHA_CHAR
- See Also:
- Constant Field Values
NUM_CHAR
public static final int NUM_CHAR
- See Also:
- Constant Field Values
ALPHANUM_CHAR
public static final int ALPHANUM_CHAR
- See Also:
- Constant Field Values
IDENTIFIER_CHAR
public static final int IDENTIFIER_CHAR
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
QUOTED_STRING_NB
public static final int QUOTED_STRING_NB
- See Also:
- Constant Field Values
QUOTED_STRING
public static final int QUOTED_STRING
- See Also:
- Constant Field Values
WHITESPACE
public static final int WHITESPACE
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
EOL
public static final int EOL
- See Also:
- Constant Field Values
TAG_START
public static final int TAG_START
- See Also:
- Constant Field Values
ENDTAG_START
public static final int ENDTAG_START
- See Also:
- Constant Field Values
COMMENT_START
public static final int COMMENT_START
- See Also:
- Constant Field Values
DECL_START
public static final int DECL_START
- See Also:
- Constant Field Values
PCDATA
public static final int PCDATA
- See Also:
- Constant Field Values
PCDATA_QS
public static final int PCDATA_QS
- See Also:
- Constant Field Values
PCDATA_Q
public static final int PCDATA_Q
- See Also:
- Constant Field Values
TAG_SCRIPT
public static final int TAG_SCRIPT
- See Also:
- Constant Field Values
TAG_STYLE
public static final int TAG_STYLE
- See Also:
- Constant Field Values
TAG_NAME
public static final int TAG_NAME
- See Also:
- Constant Field Values
LST_ERROR
public static final int LST_ERROR
- See Also:
- Constant Field Values
ATTR_NAME
public static final int ATTR_NAME
- See Also:
- Constant Field Values
TAG_END
public static final int TAG_END
- See Also:
- Constant Field Values
TAG_SLASHEND
public static final int TAG_SLASHEND
- See Also:
- Constant Field Values
ATTR_EQ
public static final int ATTR_EQ
- See Also:
- Constant Field Values
IMPLICIT_TAG_END
public static final int IMPLICIT_TAG_END
- See Also:
- Constant Field Values
LIT_ERROR
public static final int LIT_ERROR
- See Also:
- Constant Field Values
ATTR_VAL
public static final int ATTR_VAL
- See Also:
- Constant Field Values
LAV_ERROR
public static final int LAV_ERROR
- See Also:
- Constant Field Values
COMMENT_END
public static final int COMMENT_END
- See Also:
- Constant Field Values
DASH
public static final int DASH
- See Also:
- Constant Field Values
COMMENT_EOL
public static final int COMMENT_EOL
- See Also:
- Constant Field Values
COMMENT_WORD
public static final int COMMENT_WORD
- See Also:
- Constant Field Values
DECL_ANY
public static final int DECL_ANY
- See Also:
- Constant Field Values
DECL_END
public static final int DECL_END
- See Also:
- Constant Field Values
SCRIPT_END
public static final int SCRIPT_END
- See Also:
- Constant Field Values
STYLE_END
public static final int STYLE_END
- See Also:
- Constant Field Values
BLOCK_EOL
public static final int BLOCK_EOL
- See Also:
- Constant Field Values
BLOCK_LBR
public static final int BLOCK_LBR
- See Also:
- Constant Field Values
BLOCK_WORD
public static final int BLOCK_WORD
- See Also:
- Constant Field Values
LexStyle
public static final int LexStyle
- See Also:
- Constant Field Values
LexScript
public static final int LexScript
- See Also:
- Constant Field Values
LexDecl
public static final int LexDecl
- See Also:
- Constant Field Values
LexComment
public static final int LexComment
- See Also:
- Constant Field Values
LexAttrVal
public static final int LexAttrVal
- See Also:
- Constant Field Values
LexInTag
public static final int LexInTag
- See Also:
- Constant Field Values
LexStartTag
public static final int LexStartTag
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage