public interface LexicalUnits
Modifier and Type | Field and Description |
---|---|
static int |
ANY
Represents the '*' lexical unit.
|
static int |
AT_KEYWORD
Represents the '@ident' lexical unit.
|
static int |
BEGINS
Represents the '^=' lexical unit.
|
static int |
CARET
Represents the '^' lexical unit.
|
static int |
CDC
Represents the '-->' lexical unit.
|
static int |
CDO
Represents the '<!--' lexical unit.
|
static int |
CH
From ch definition in spec http://www.w3.org/TR/css3-values/#ch-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 |
CONTAINS
Represents the '*=' lexical unit.
|
static int |
COUNTER_STYLE_SYMBOL
Represents the '@counter-style' lexical unit in http://www.w3.org/TR/css3-lists/#counter-style
|
static int |
DASHMATCH
Represents the '|=' lexical unit.
|
static int |
DB
From db definition in spec http://www.w3.org/TR/css3-speech/#mixing-props-voice-volume
|
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 |
DOLLAR
Represents the '$' lexical unit.
|
static int |
DOT
Represents the '.' lexical unit.
|
static int |
DOUBLE_COLON
Represents the "::" lexical unit
|
static int |
DPCM
From dpcm (dots per centimeter) definition in spec http://www.w3.org/TR/css3-images/#resolution-type
|
static int |
DPI
From dpi (dots per inch) definition in spec http://www.w3.org/TR/css3-images/#resolution-type
|
static int |
DPPX
From dppx (dots per px unit) definition in spec http://www.w3.org/TR/css3-images/#resolution-type
|
static int |
EM
Represents a em lexical unit.
|
static int |
ENDS
Represents the '$=' lexical unit.
|
static int |
EOF
Represents the EOF lexical unit.
|
static int |
EQUAL
Represents the '=' lexical unit.
|
static int |
ERROR
Represents the ERROR lexical unit.
|
static int |
EX
Represents a ex lexical unit.
|
static int |
FONT_FACE_SYMBOL
Represents the '@font-face' lexical unit.
|
static int |
FR
Represents fraction unit in spec/draft spec http://www.w3.org/TR/css3-grid-layout/ .
|
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 |
NAMESPACE_MATCH
Represents the '|' lexical unit.
|
static int |
NAMESPACE_SYMBOL
Represents the '@namespace' 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 |
REGION_SYMBOL
Represents the '@region' lexical unit in http://www.w3.org/TR/css3-regions/
|
static short |
REM
From rem definition in spec http://www.w3.org/TR/css3-values/#rem-unit
|
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 |
ST
From st definition in spec http://www.w3.org/TR/css3-speech/#voice-range
|
static int |
STRING
Represents the string lexical unit.
|
static int |
TILDE
Represents the '~' lexical unit.
|
static int |
TURN
From turn definition in spec http://www.w3.org/TR/css3-values/#turn
|
static int |
UNICODE_RANGE
Represents a unicode range lexical unit.
|
static int |
URI
Represents a 'url(URI)' lexical unit.
|
static int |
VH
From vh (viewport's height unit) definition in spec http://www.w3.org/TR/css3-values/#vh-unit
|
static int |
VMAX
Equal to the larger of vw or vh in spec http://www.w3.org/TR/css3-values/#vmax-unit
|
static int |
VMIN
From vmin (minimum of the viewport's height and width unit) definition in spec http://www.w3.org/TR/css3-values/#vmin-unit
|
static int |
VW
From vw (viewport's width unit) definition in spec http://www.w3.org/TR/css3-values/#vw-unit
|
static final int ERROR
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
static final int NAMESPACE_SYMBOL
static final int NAMESPACE_MATCH
static final int CONTAINS
static final int BEGINS
static final int ENDS
static final int TILDE
static final int CARET
static final int DOLLAR
static final int DOUBLE_COLON
static final int FR
static final int DPI
static final int DPCM
static final int DPPX
static final int REGION_SYMBOL
static final int COUNTER_STYLE_SYMBOL
static final int VW
static final int VH
static final int VMIN
static final int TURN
static final int ST
static final int CH
static final int DB
static final short REM
static final int VMAX