xml.parser.javacc
Interface XmlParserConstants
- All Known Implementing Classes:
- XmlParser, XmlParserTokenManager
public interface XmlParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
ALPHA_CHAR
static final int ALPHA_CHAR
- See Also:
- Constant Field Values
NUM_CHAR
static final int NUM_CHAR
- See Also:
- Constant Field Values
ALPHANUM_CHAR
static final int ALPHANUM_CHAR
- See Also:
- Constant Field Values
IDENTIFIER_CHAR
static final int IDENTIFIER_CHAR
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
QUOTED_STRING_NB
static final int QUOTED_STRING_NB
- See Also:
- Constant Field Values
QUOTED_STRING
static final int QUOTED_STRING
- See Also:
- Constant Field Values
WHITESPACE
static final int WHITESPACE
- See Also:
- Constant Field Values
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
QUOTE
static final int QUOTE
- See Also:
- Constant Field Values
EOL
static final int EOL
- See Also:
- Constant Field Values
COMMENT_START
static final int COMMENT_START
- See Also:
- Constant Field Values
ENDTAG_START
static final int ENDTAG_START
- See Also:
- Constant Field Values
TAG_START
static final int TAG_START
- See Also:
- Constant Field Values
DECL_START
static final int DECL_START
- See Also:
- Constant Field Values
PCDATA
static final int PCDATA
- See Also:
- Constant Field Values
TAG_NAME
static final int TAG_NAME
- See Also:
- Constant Field Values
LST_ERROR
static final int LST_ERROR
- See Also:
- Constant Field Values
ATTR_NAME
static final int ATTR_NAME
- See Also:
- Constant Field Values
TAG_END
static final int TAG_END
- See Also:
- Constant Field Values
TAG_SLASHEND
static final int TAG_SLASHEND
- See Also:
- Constant Field Values
ATTR_EQ
static final int ATTR_EQ
- See Also:
- Constant Field Values
IMPLICIT_TAG_END
static final int IMPLICIT_TAG_END
- See Also:
- Constant Field Values
LIT_ERROR
static final int LIT_ERROR
- See Also:
- Constant Field Values
ATTR_VAL
static final int ATTR_VAL
- See Also:
- Constant Field Values
LAV_ERROR
static final int LAV_ERROR
- See Also:
- Constant Field Values
COMMENT_END
static final int COMMENT_END
- See Also:
- Constant Field Values
DASH
static final int DASH
- See Also:
- Constant Field Values
COMMENT_EOL
static final int COMMENT_EOL
- See Also:
- Constant Field Values
COMMENT_WORD
static final int COMMENT_WORD
- See Also:
- Constant Field Values
DECL_ANY
static final int DECL_ANY
- See Also:
- Constant Field Values
DECL_END
static final int DECL_END
- See Also:
- Constant Field Values
LexDecl
static final int LexDecl
- See Also:
- Constant Field Values
LexComment
static final int LexComment
- See Also:
- Constant Field Values
LexAttrVal
static final int LexAttrVal
- See Also:
- Constant Field Values
LexInTag
static final int LexInTag
- See Also:
- Constant Field Values
LexStartTag
static final int LexStartTag
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage