public interface TagParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ATTR_EQ
RegularExpression Id.
|
static int |
ATTR_IDENTIFIER
RegularExpression Id.
|
static int |
ATTR_NAME
RegularExpression Id.
|
static int |
ATTR_VAL
RegularExpression Id.
|
static int |
ATTR_VALUE
Lexical state.
|
static int |
COMMENT
Lexical state.
|
static int |
COMMENT_END
RegularExpression Id.
|
static int |
COMMENT_START
RegularExpression Id.
|
static int |
COMMENT_WORD
RegularExpression Id.
|
static int |
DECL_ATTR
RegularExpression Id.
|
static int |
DECL_END
RegularExpression Id.
|
static int |
DECL_START
RegularExpression Id.
|
static int |
DECL_TAG
RegularExpression Id.
|
static int |
DECLARATION
Lexical state.
|
static int |
DEFAULT
Lexical state.
|
static int |
DQUOTE
RegularExpression Id.
|
static int |
END_OF_TAG
RegularExpression Id.
|
static int |
ENDTAG_START
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
ERROR
RegularExpression Id.
|
static int |
IN_DECLARATION
Lexical state.
|
static int |
IN_TAG
Lexical state.
|
static int |
LIT_ERROR
RegularExpression Id.
|
static int |
LST_ERROR
RegularExpression Id.
|
static int |
NAME_IDENTIFIER
RegularExpression Id.
|
static int |
RAWTEXT
RegularExpression Id.
|
static int |
SPACE
RegularExpression Id.
|
static int |
SQUOTE
RegularExpression Id.
|
static int |
START_TAG
Lexical state.
|
static int |
STRING
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 String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int SPACE
static final int ATTR_IDENTIFIER
static final int NAME_IDENTIFIER
static final int TAG_END
static final int TAG_SLASHEND
static final int TAG_START
static final int ENDTAG_START
static final int COMMENT_START
static final int DECL_START
static final int RAWTEXT
static final int TAG_NAME
static final int LST_ERROR
static final int ATTR_NAME
static final int END_OF_TAG
static final int ATTR_EQ
static final int LIT_ERROR
static final int ATTR_VAL
static final int ERROR
static final int STRING
static final int SQUOTE
static final int DQUOTE
static final int COMMENT_END
static final int COMMENT_WORD
static final int DECL_TAG
static final int DECL_ATTR
static final int DECL_END
static final int DECLARATION
static final int COMMENT
static final int IN_DECLARATION
static final int ATTR_VALUE
static final int IN_TAG
static final int START_TAG
static final int DEFAULT
static final String[] tokenImage
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.