Package org.w3c.flute.parser
Interface ParserConstants
-
- All Known Implementing Classes:
Parser
,ParserTokenManager
public interface ParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
_URL
static int
ANY
static int
ATKEYWORD
static int
CDC
static int
CDO
static int
CHARSET_SYM
static int
CM
static int
COLON
static int
COMMA
static int
D
static int
DASHMATCH
static int
DEFAULT
static int
DEG
static int
DIMEN
static int
DIV
static int
DOT
static int
EMS
static int
EOF
static int
EQ
static int
ESCAPE
static int
EXS
static int
FONT_FACE_SYM
static int
FUNCTION
static int
GRAD
static int
H
static int
HASH
static int
HZ
static int
IDENT
static int
IMPORT_SYM
static int
IMPORTANT_SYM
static int
IN
static int
IN_COMMENT
static int
INCLUDES
static int
KHZ
static int
LBRACE
static int
LBRACKET
static int
LPARAN
static int
MEDIA_SYM
static int
MINUS
static int
MM
static int
MS
static int
NAME
static int
NAMESPACE_IDENT
static int
NAMESPACE_SYM
static int
NMCHAR
static int
NMSTART
static int
NNAME
static int
NONASCII
static int
NUMBER
static int
PAGE_SYM
static int
PC
static int
PERCENTAGE
static int
PLUS
static int
PRECEDES
static int
PT
static int
PX
static int
RAD
static int
RANGE
static int
RANGE0
static int
RANGE1
static int
RANGE2
static int
RANGE3
static int
RANGE4
static int
RANGE5
static int
RANGE6
static int
RBRACE
static int
RBRACKET
static int
RPARAN
static int
S
static int
SECOND
static int
SEMICOLON
static int
STRING
static int
STRINGCHAR
static String[]
tokenImage
static int
UNI
static int
UNICODE
static int
UNICODERANGE
static int
UNKNOWN
static int
URL
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
S
static final int S
- See Also:
- Constant Field Values
-
CDO
static final int CDO
- See Also:
- Constant Field Values
-
CDC
static final int CDC
- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
-
DASHMATCH
static final int DASHMATCH
- See Also:
- Constant Field Values
-
INCLUDES
static final int INCLUDES
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
-
PRECEDES
static final int PRECEDES
- See Also:
- Constant Field Values
-
DIV
static final int DIV
- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
-
ANY
static final int ANY
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
LPARAN
static final int LPARAN
- See Also:
- Constant Field Values
-
RPARAN
static final int RPARAN
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
NONASCII
static final int NONASCII
- See Also:
- Constant Field Values
-
H
static final int H
- See Also:
- Constant Field Values
-
UNICODE
static final int UNICODE
- See Also:
- Constant Field Values
-
ESCAPE
static final int ESCAPE
- See Also:
- Constant Field Values
-
NMSTART
static final int NMSTART
- See Also:
- Constant Field Values
-
NMCHAR
static final int NMCHAR
- See Also:
- Constant Field Values
-
STRINGCHAR
static final int STRINGCHAR
- See Also:
- Constant Field Values
-
D
static final int D
- See Also:
- Constant Field Values
-
NAME
static final int NAME
- See Also:
- Constant Field Values
-
NNAME
static final int NNAME
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
IDENT
static final int IDENT
- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
-
_URL
static final int _URL
- See Also:
- Constant Field Values
-
URL
static final int URL
- See Also:
- Constant Field Values
-
NAMESPACE_IDENT
static final int NAMESPACE_IDENT
- See Also:
- Constant Field Values
-
PERCENTAGE
static final int PERCENTAGE
- See Also:
- Constant Field Values
-
PT
static final int PT
- See Also:
- Constant Field Values
-
MM
static final int MM
- See Also:
- Constant Field Values
-
CM
static final int CM
- See Also:
- Constant Field Values
-
PC
static final int PC
- See Also:
- Constant Field Values
-
IN
static final int IN
- See Also:
- Constant Field Values
-
PX
static final int PX
- See Also:
- Constant Field Values
-
EMS
static final int EMS
- See Also:
- Constant Field Values
-
EXS
static final int EXS
- See Also:
- Constant Field Values
-
DEG
static final int DEG
- See Also:
- Constant Field Values
-
RAD
static final int RAD
- See Also:
- Constant Field Values
-
GRAD
static final int GRAD
- See Also:
- Constant Field Values
-
MS
static final int MS
- See Also:
- Constant Field Values
-
SECOND
static final int SECOND
- See Also:
- Constant Field Values
-
HZ
static final int HZ
- See Also:
- Constant Field Values
-
KHZ
static final int KHZ
- See Also:
- Constant Field Values
-
DIMEN
static final int DIMEN
- See Also:
- Constant Field Values
-
HASH
static final int HASH
- See Also:
- Constant Field Values
-
IMPORT_SYM
static final int IMPORT_SYM
- See Also:
- Constant Field Values
-
MEDIA_SYM
static final int MEDIA_SYM
- See Also:
- Constant Field Values
-
CHARSET_SYM
static final int CHARSET_SYM
- See Also:
- Constant Field Values
-
PAGE_SYM
static final int PAGE_SYM
- See Also:
- Constant Field Values
-
NAMESPACE_SYM
static final int NAMESPACE_SYM
- See Also:
- Constant Field Values
-
FONT_FACE_SYM
static final int FONT_FACE_SYM
- See Also:
- Constant Field Values
-
ATKEYWORD
static final int ATKEYWORD
- See Also:
- Constant Field Values
-
IMPORTANT_SYM
static final int IMPORTANT_SYM
- See Also:
- Constant Field Values
-
RANGE0
static final int RANGE0
- See Also:
- Constant Field Values
-
RANGE1
static final int RANGE1
- See Also:
- Constant Field Values
-
RANGE2
static final int RANGE2
- See Also:
- Constant Field Values
-
RANGE3
static final int RANGE3
- See Also:
- Constant Field Values
-
RANGE4
static final int RANGE4
- See Also:
- Constant Field Values
-
RANGE5
static final int RANGE5
- See Also:
- Constant Field Values
-
RANGE6
static final int RANGE6
- See Also:
- Constant Field Values
-
RANGE
static final int RANGE
- See Also:
- Constant Field Values
-
UNI
static final int UNI
- See Also:
- Constant Field Values
-
UNICODERANGE
static final int UNICODERANGE
- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
-
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
IN_COMMENT
static final int IN_COMMENT
- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
-
-