public interface XmlParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ALPHA_CHAR
RegularExpression Id.
|
static int |
ALPHANUM_CHAR
RegularExpression Id.
|
static int |
ATTR_EQ
RegularExpression Id.
|
static int |
ATTR_NAME
RegularExpression Id.
|
static int |
ATTR_VAL
RegularExpression Id.
|
static int |
COMMENT_END
RegularExpression Id.
|
static int |
COMMENT_EOL
RegularExpression Id.
|
static int |
COMMENT_START
RegularExpression Id.
|
static int |
COMMENT_WORD
RegularExpression Id.
|
static int |
DASH
RegularExpression Id.
|
static int |
DECL_ANY
RegularExpression Id.
|
static int |
DECL_END
RegularExpression Id.
|
static int |
DECL_START
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
ENDTAG_START
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EOL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IDENTIFIER_CHAR
RegularExpression Id.
|
static int |
IMPLICIT_TAG_END
RegularExpression Id.
|
static int |
LAV_ERROR
RegularExpression Id.
|
static int |
LexAttrVal
Lexical state.
|
static int |
LexComment
Lexical state.
|
static int |
LexDecl
Lexical state.
|
static int |
LexInTag
Lexical state.
|
static int |
LexStartTag
Lexical state.
|
static int |
LIT_ERROR
RegularExpression Id.
|
static int |
LST_ERROR
RegularExpression Id.
|
static int |
NEWLINE
RegularExpression Id.
|
static int |
NUM_CHAR
RegularExpression Id.
|
static int |
PCDATA
RegularExpression Id.
|
static int |
QUOTE
RegularExpression Id.
|
static int |
QUOTED_STRING
RegularExpression Id.
|
static int |
QUOTED_STRING_NB
RegularExpression Id.
|
static int |
TAG_END
RegularExpression Id.
|
static int |
TAG_NAME
RegularExpression Id.
|
static int |
TAG_SLASHEND
RegularExpression Id.
|
static int |
TAG_START
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
WHITESPACE
RegularExpression Id.
|
static final int EOF
static final int ALPHA_CHAR
static final int NUM_CHAR
static final int ALPHANUM_CHAR
static final int IDENTIFIER_CHAR
static final int IDENTIFIER
static final int QUOTED_STRING_NB
static final int QUOTED_STRING
static final int WHITESPACE
static final int NEWLINE
static final int QUOTE
static final int EOL
static final int COMMENT_START
static final int ENDTAG_START
static final int TAG_START
static final int DECL_START
static final int PCDATA
static final int TAG_NAME
static final int LST_ERROR
static final int ATTR_NAME
static final int TAG_END
static final int TAG_SLASHEND
static final int ATTR_EQ
static final int IMPLICIT_TAG_END
static final int LIT_ERROR
static final int ATTR_VAL
static final int LAV_ERROR
static final int COMMENT_END
static final int DASH
static final int COMMENT_EOL
static final int COMMENT_WORD
static final int DECL_ANY
static final int DECL_END
static final int LexDecl
static final int LexComment
static final int LexAttrVal
static final int LexInTag
static final int LexStartTag
static final int DEFAULT
static final java.lang.String[] tokenImage