Interface HTMLParserConstants
-
- All Known Implementing Classes:
HTMLParser,HTMLParserTokenManager
public interface HTMLParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intAfterEqualsLexical state.static intArgEqualsRegularExpression Id.static intArgNameRegularExpression Id.static intArgQuote1RegularExpression Id.static intArgQuote2RegularExpression Id.static intArgValueRegularExpression Id.static intCloseQuote1RegularExpression Id.static intCloseQuote2RegularExpression Id.static intComment1RegularExpression Id.static intComment2RegularExpression Id.static intCommentEnd1RegularExpression Id.static intCommentEnd2RegularExpression Id.static intCommentText1RegularExpression Id.static intCommentText2RegularExpression Id.static intDeclNameRegularExpression Id.static intDEFAULTLexical state.static intEntityRegularExpression Id.static intEOFEnd of File.static intHEXRegularExpression Id.static intLETRegularExpression Id.static intNUMRegularExpression Id.static intPunctRegularExpression Id.static intQuote1TextRegularExpression Id.static intQuote2TextRegularExpression Id.static intScriptEndRegularExpression Id.static intScriptStartRegularExpression Id.static intScriptTextRegularExpression Id.static intSPRegularExpression Id.static intSpaceRegularExpression Id.static intTagEndRegularExpression Id.static intTagNameRegularExpression Id.static String[]tokenImageLiteral token values.static intWithinComment1Lexical state.static intWithinComment2Lexical state.static intWithinQuote1Lexical state.static intWithinQuote2Lexical state.static intWithinScriptLexical state.static intWithinTagLexical state.static intWordRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
ScriptStart
static final int ScriptStart
RegularExpression Id.- See Also:
- Constant Field Values
-
TagName
static final int TagName
RegularExpression Id.- See Also:
- Constant Field Values
-
DeclName
static final int DeclName
RegularExpression Id.- See Also:
- Constant Field Values
-
Comment1
static final int Comment1
RegularExpression Id.- See Also:
- Constant Field Values
-
Comment2
static final int Comment2
RegularExpression Id.- See Also:
- Constant Field Values
-
Word
static final int Word
RegularExpression Id.- See Also:
- Constant Field Values
-
LET
static final int LET
RegularExpression Id.- See Also:
- Constant Field Values
-
NUM
static final int NUM
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX
static final int HEX
RegularExpression Id.- See Also:
- Constant Field Values
-
Entity
static final int Entity
RegularExpression Id.- See Also:
- Constant Field Values
-
Space
static final int Space
RegularExpression Id.- See Also:
- Constant Field Values
-
SP
static final int SP
RegularExpression Id.- See Also:
- Constant Field Values
-
Punct
static final int Punct
RegularExpression Id.- See Also:
- Constant Field Values
-
ScriptText
static final int ScriptText
RegularExpression Id.- See Also:
- Constant Field Values
-
ScriptEnd
static final int ScriptEnd
RegularExpression Id.- See Also:
- Constant Field Values
-
ArgName
static final int ArgName
RegularExpression Id.- See Also:
- Constant Field Values
-
ArgEquals
static final int ArgEquals
RegularExpression Id.- See Also:
- Constant Field Values
-
TagEnd
static final int TagEnd
RegularExpression Id.- See Also:
- Constant Field Values
-
ArgValue
static final int ArgValue
RegularExpression Id.- See Also:
- Constant Field Values
-
ArgQuote1
static final int ArgQuote1
RegularExpression Id.- See Also:
- Constant Field Values
-
ArgQuote2
static final int ArgQuote2
RegularExpression Id.- See Also:
- Constant Field Values
-
Quote1Text
static final int Quote1Text
RegularExpression Id.- See Also:
- Constant Field Values
-
CloseQuote1
static final int CloseQuote1
RegularExpression Id.- See Also:
- Constant Field Values
-
Quote2Text
static final int Quote2Text
RegularExpression Id.- See Also:
- Constant Field Values
-
CloseQuote2
static final int CloseQuote2
RegularExpression Id.- See Also:
- Constant Field Values
-
CommentText1
static final int CommentText1
RegularExpression Id.- See Also:
- Constant Field Values
-
CommentEnd1
static final int CommentEnd1
RegularExpression Id.- See Also:
- Constant Field Values
-
CommentText2
static final int CommentText2
RegularExpression Id.- See Also:
- Constant Field Values
-
CommentEnd2
static final int CommentEnd2
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
WithinScript
static final int WithinScript
Lexical state.- See Also:
- Constant Field Values
-
WithinTag
static final int WithinTag
Lexical state.- See Also:
- Constant Field Values
-
AfterEquals
static final int AfterEquals
Lexical state.- See Also:
- Constant Field Values
-
WithinQuote1
static final int WithinQuote1
Lexical state.- See Also:
- Constant Field Values
-
WithinQuote2
static final int WithinQuote2
Lexical state.- See Also:
- Constant Field Values
-
WithinComment1
static final int WithinComment1
Lexical state.- See Also:
- Constant Field Values
-
WithinComment2
static final int WithinComment2
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-