Package org.apache.batik.css.parser
Interface LexicalUnits
public interface LexicalUnits
This interface defines the constants that represent CSS lexical units.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Represents the '*' lexical unit.static final int
Represents the '@ident' lexical unit.static final int
Represents the '-->' lexical unit.static final int
Represents the '<!--' lexical unit.static final int
Represents the '@charset' lexical unit.static final int
Represents a cm lexical unit.static final int
Represents the ':' lexical unit.static final int
Represents the ',' lexical unit.static final int
Represents the comment lexical unit.static final int
Represents the '|=' lexical unit.static final int
Represents a deg lexical unit.static final int
Represents a dimension lexical unit.static final int
Represents the '/' lexical unit.static final int
Represents the '.' lexical unit.static final int
Represents a em lexical unit.static final int
Represents the EOF lexical unit.static final int
Represents the '=' lexical unit.static final int
Represents a ex lexical unit.static final int
Represents the '@font-face' lexical unit.static final int
Represents a 'ident(' lexical unit.static final int
Represents a grad lexical unit.static final int
Represents the '#name' lexical unit.static final int
Represents a hz lexical unit.static final int
Represents the identifier lexical unit.static final int
Represents the '@import' lexical unit.static final int
Represents the '!important' lexical unit.static final int
Represents a in lexical unit.static final int
Represents the '~=' lexical unit.static final int
Represents an integer.static final int
Represents a khz lexical unit.static final int
Represents the '(' lexical unit.static final int
Represents the '[' lexical unit.static final int
Represents the '{' lexical unit.static final int
Represents the '@media' lexical unit.static final int
Represents the '-' lexical unit.static final int
Represents a mm lexical unit.static final int
Represents a ms lexical unit.static final int
Represents the '@page' lexical unit.static final int
Represents a pc lexical unit.static final int
Represents a % lexical unit.static final int
Represents the '+' lexical unit.static final int
Represents the '>' lexical unit.static final int
Represents a pt lexical unit.static final int
Represents a px lexical unit.static final int
Represents a rad lexical unit.static final int
represents a real number.static final int
Represents the ')' lexical unit.static final int
Represents the ']' lexical unit.static final int
Represents the '}' lexical unit.static final int
Represents a s lexical unit.static final int
Represents the ';' lexical unit.static final int
Represents the white space lexical unit.static final int
Represents the string lexical unit.static final int
Represents a unicode range lexical unit.static final int
Represents a 'url(URI)' lexical unit.
-
Field Details
-
EOF
static final int EOFRepresents the EOF lexical unit.- See Also:
-
LEFT_CURLY_BRACE
static final int LEFT_CURLY_BRACERepresents the '{' lexical unit.- See Also:
-
RIGHT_CURLY_BRACE
static final int RIGHT_CURLY_BRACERepresents the '}' lexical unit.- See Also:
-
EQUAL
static final int EQUALRepresents the '=' lexical unit.- See Also:
-
PLUS
static final int PLUSRepresents the '+' lexical unit.- See Also:
-
MINUS
static final int MINUSRepresents the '-' lexical unit.- See Also:
-
COMMA
static final int COMMARepresents the ',' lexical unit.- See Also:
-
DOT
static final int DOTRepresents the '.' lexical unit.- See Also:
-
SEMI_COLON
static final int SEMI_COLONRepresents the ';' lexical unit.- See Also:
-
PRECEDE
static final int PRECEDERepresents the '>' lexical unit.- See Also:
-
DIVIDE
static final int DIVIDERepresents the '/' lexical unit.- See Also:
-
LEFT_BRACKET
static final int LEFT_BRACKETRepresents the '[' lexical unit.- See Also:
-
RIGHT_BRACKET
static final int RIGHT_BRACKETRepresents the ']' lexical unit.- See Also:
-
ANY
static final int ANYRepresents the '*' lexical unit.- See Also:
-
LEFT_BRACE
static final int LEFT_BRACERepresents the '(' lexical unit.- See Also:
-
RIGHT_BRACE
static final int RIGHT_BRACERepresents the ')' lexical unit.- See Also:
-
COLON
static final int COLONRepresents the ':' lexical unit.- See Also:
-
SPACE
static final int SPACERepresents the white space lexical unit.- See Also:
-
COMMENT
static final int COMMENTRepresents the comment lexical unit.- See Also:
-
STRING
static final int STRINGRepresents the string lexical unit.- See Also:
-
IDENTIFIER
static final int IDENTIFIERRepresents the identifier lexical unit.- See Also:
-
CDO
static final int CDORepresents the '<!--' lexical unit.- See Also:
-
CDC
static final int CDCRepresents the '-->' lexical unit.- See Also:
-
IMPORTANT_SYMBOL
static final int IMPORTANT_SYMBOLRepresents the '!important' lexical unit.- See Also:
-
INTEGER
static final int INTEGERRepresents an integer.- See Also:
-
DASHMATCH
static final int DASHMATCHRepresents the '|=' lexical unit.- See Also:
-
INCLUDES
static final int INCLUDESRepresents the '~=' lexical unit.- See Also:
-
HASH
static final int HASHRepresents the '#name' lexical unit.- See Also:
-
IMPORT_SYMBOL
static final int IMPORT_SYMBOLRepresents the '@import' lexical unit.- See Also:
-
AT_KEYWORD
static final int AT_KEYWORDRepresents the '@ident' lexical unit.- See Also:
-
CHARSET_SYMBOL
static final int CHARSET_SYMBOLRepresents the '@charset' lexical unit.- See Also:
-
FONT_FACE_SYMBOL
static final int FONT_FACE_SYMBOLRepresents the '@font-face' lexical unit.- See Also:
-
MEDIA_SYMBOL
static final int MEDIA_SYMBOLRepresents the '@media' lexical unit.- See Also:
-
PAGE_SYMBOL
static final int PAGE_SYMBOLRepresents the '@page' lexical unit.- See Also:
-
DIMENSION
static final int DIMENSIONRepresents a dimension lexical unit.- See Also:
-
EX
static final int EXRepresents a ex lexical unit.- See Also:
-
EM
static final int EMRepresents a em lexical unit.- See Also:
-
CM
static final int CMRepresents a cm lexical unit.- See Also:
-
MM
static final int MMRepresents a mm lexical unit.- See Also:
-
IN
static final int INRepresents a in lexical unit.- See Also:
-
MS
static final int MSRepresents a ms lexical unit.- See Also:
-
HZ
static final int HZRepresents a hz lexical unit.- See Also:
-
PERCENTAGE
static final int PERCENTAGERepresents a % lexical unit.- See Also:
-
S
static final int SRepresents a s lexical unit.- See Also:
-
PC
static final int PCRepresents a pc lexical unit.- See Also:
-
PT
static final int PTRepresents a pt lexical unit.- See Also:
-
PX
static final int PXRepresents a px lexical unit.- See Also:
-
DEG
static final int DEGRepresents a deg lexical unit.- See Also:
-
RAD
static final int RADRepresents a rad lexical unit.- See Also:
-
GRAD
static final int GRADRepresents a grad lexical unit.- See Also:
-
KHZ
static final int KHZRepresents a khz lexical unit.- See Also:
-
URI
static final int URIRepresents a 'url(URI)' lexical unit.- See Also:
-
FUNCTION
static final int FUNCTIONRepresents a 'ident(' lexical unit.- See Also:
-
UNICODE_RANGE
static final int UNICODE_RANGERepresents a unicode range lexical unit.- See Also:
-
REAL
static final int REALrepresents a real number.- See Also:
-