public interface LexicalUnits
| Modifier and Type | Field | Description |
|---|---|---|
static int |
ANY |
Represents the '*' lexical unit.
|
static int |
AT_KEYWORD |
Represents the '@ident' lexical unit.
|
static int |
CDC |
Represents the '-->' lexical unit.
|
static int |
CDO |
Represents the '<!--' lexical unit.
|
static int |
CHARSET_SYMBOL |
Represents the '@charset' lexical unit.
|
static int |
CM |
Represents a cm lexical unit.
|
static int |
COLON |
Represents the ':' lexical unit.
|
static int |
COMMA |
Represents the ',' lexical unit.
|
static int |
COMMENT |
Represents the comment lexical unit.
|
static int |
DASHMATCH |
Represents the '|=' lexical unit.
|
static int |
DEG |
Represents a deg lexical unit.
|
static int |
DIMENSION |
Represents a dimension lexical unit.
|
static int |
DIVIDE |
Represents the '/' lexical unit.
|
static int |
DOT |
Represents the '.' lexical unit.
|
static int |
EM |
Represents a em lexical unit.
|
static int |
EOF |
Represents the EOF lexical unit.
|
static int |
EQUAL |
Represents the '=' lexical unit.
|
static int |
EX |
Represents a ex lexical unit.
|
static int |
FONT_FACE_SYMBOL |
Represents the '@font-face' lexical unit.
|
static int |
FUNCTION |
Represents a 'ident(' lexical unit.
|
static int |
GRAD |
Represents a grad lexical unit.
|
static int |
HASH |
Represents the '#name' lexical unit.
|
static int |
HZ |
Represents a hz lexical unit.
|
static int |
IDENTIFIER |
Represents the identifier lexical unit.
|
static int |
IMPORT_SYMBOL |
Represents the '@import' lexical unit.
|
static int |
IMPORTANT_SYMBOL |
Represents the '!important' lexical unit.
|
static int |
IN |
Represents a in lexical unit.
|
static int |
INCLUDES |
Represents the '~=' lexical unit.
|
static int |
INTEGER |
Represents an integer.
|
static int |
KHZ |
Represents a khz lexical unit.
|
static int |
LEFT_BRACE |
Represents the '(' lexical unit.
|
static int |
LEFT_BRACKET |
Represents the '[' lexical unit.
|
static int |
LEFT_CURLY_BRACE |
Represents the '{' lexical unit.
|
static int |
MEDIA_SYMBOL |
Represents the '@media' lexical unit.
|
static int |
MINUS |
Represents the '-' lexical unit.
|
static int |
MM |
Represents a mm lexical unit.
|
static int |
MS |
Represents a ms lexical unit.
|
static int |
PAGE_SYMBOL |
Represents the '@page' lexical unit.
|
static int |
PC |
Represents a pc lexical unit.
|
static int |
PERCENTAGE |
Represents a % lexical unit.
|
static int |
PLUS |
Represents the '+' lexical unit.
|
static int |
PRECEDE |
Represents the '>' lexical unit.
|
static int |
PT |
Represents a pt lexical unit.
|
static int |
PX |
Represents a px lexical unit.
|
static int |
RAD |
Represents a rad lexical unit.
|
static int |
REAL |
represents a real number.
|
static int |
RIGHT_BRACE |
Represents the ')' lexical unit.
|
static int |
RIGHT_BRACKET |
Represents the ']' lexical unit.
|
static int |
RIGHT_CURLY_BRACE |
Represents the '}' lexical unit.
|
static int |
S |
Represents a s lexical unit.
|
static int |
SEMI_COLON |
Represents the ';' lexical unit.
|
static int |
SPACE |
Represents the white space lexical unit.
|
static int |
STRING |
Represents the string lexical unit.
|
static int |
UNICODE_RANGE |
Represents a unicode range lexical unit.
|
static int |
URI |
Represents a 'url(URI)' lexical unit.
|
static final int EOF
static final int LEFT_CURLY_BRACE
static final int RIGHT_CURLY_BRACE
static final int EQUAL
static final int PLUS
static final int MINUS
static final int COMMA
static final int DOT
static final int SEMI_COLON
static final int PRECEDE
static final int DIVIDE
static final int LEFT_BRACKET
static final int RIGHT_BRACKET
static final int ANY
static final int LEFT_BRACE
static final int RIGHT_BRACE
static final int COLON
static final int SPACE
static final int COMMENT
static final int STRING
static final int IDENTIFIER
static final int CDO
static final int CDC
static final int IMPORTANT_SYMBOL
static final int INTEGER
static final int DASHMATCH
static final int INCLUDES
static final int HASH
static final int IMPORT_SYMBOL
static final int AT_KEYWORD
static final int CHARSET_SYMBOL
static final int FONT_FACE_SYMBOL
static final int MEDIA_SYMBOL
static final int PAGE_SYMBOL
static final int DIMENSION
static final int EX
static final int EM
static final int CM
static final int MM
static final int IN
static final int MS
static final int HZ
static final int PERCENTAGE
static final int S
static final int PC
static final int PT
static final int PX
static final int DEG
static final int RAD
static final int GRAD
static final int KHZ
static final int URI
static final int FUNCTION
static final int UNICODE_RANGE
static final int REAL
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.