org.apache.batik.css.parser

Interface LexicalUnits

public interface LexicalUnits

This interface defines the constants that represent CSS lexical units.
Field Summary
intANY
Represents the '*' lexical unit.
intAT_KEYWORD
Represents the '@ident' lexical unit.
intCDC
Represents the '-->' lexical unit.
intCDO
Represents the '<!--' lexical unit.
intCHARSET_SYMBOL
Represents the '@charset' lexical unit.
intCM
Represents a cm lexical unit.
intCOLON
Represents the ':' lexical unit.
intCOMMA
Represents the ',' lexical unit.
intCOMMENT
Represents the comment lexical unit.
intDASHMATCH
Represents the '|=' lexical unit.
intDEG
Represents a deg lexical unit.
intDIMENSION
Represents a dimension lexical unit.
intDIVIDE
Represents the '/' lexical unit.
intDOT
Represents the '.' lexical unit.
intEM
Represents a em lexical unit.
intEOF
Represents the EOF lexical unit.
intEQUAL
Represents the '=' lexical unit.
intEX
Represents a ex lexical unit.
intFONT_FACE_SYMBOL
Represents the '@font-face' lexical unit.
intFUNCTION
Represents a 'ident(' lexical unit.
intGRAD
Represents a grad lexical unit.
intHASH
Represents the '#name' lexical unit.
intHZ
Represents a hz lexical unit.
intIDENTIFIER
Represents the identifier lexical unit.
intIMPORTANT_SYMBOL
Represents the '!important' lexical unit.
intIMPORT_SYMBOL
Represents the '@import' lexical unit.
intIN
Represents a in lexical unit.
intINCLUDES
Represents the '~=' lexical unit.
intINTEGER
Represents an integer.
intKHZ
Represents a khz lexical unit.
intLEFT_BRACE
Represents the '(' lexical unit.
intLEFT_BRACKET
Represents the '[' lexical unit.
intLEFT_CURLY_BRACE
Represents the '{' lexical unit.
intMEDIA_SYMBOL
Represents the '@media' lexical unit.
intMINUS
Represents the '-' lexical unit.
intMM
Represents a mm lexical unit.
intMS
Represents a ms lexical unit.
intPAGE_SYMBOL
Represents the '@page' lexical unit.
intPC
Represents a pc lexical unit.
intPERCENTAGE
Represents a % lexical unit.
intPLUS
Represents the '+' lexical unit.
intPRECEDE
Represents the '>' lexical unit.
intPT
Represents a pt lexical unit.
intPX
Represents a px lexical unit.
intRAD
Represents a rad lexical unit.
intREAL
represents a real number.
intRIGHT_BRACE
Represents the ')' lexical unit.
intRIGHT_BRACKET
Represents the ']' lexical unit.
intRIGHT_CURLY_BRACE
Represents the '}' lexical unit.
intS
Represents a s lexical unit.
intSEMI_COLON
Represents the ';' lexical unit.
intSPACE
Represents the white space lexical unit.
intSTRING
Represents the string lexical unit.
intUNICODE_RANGE
Represents a unicode range lexical unit.
intURI
Represents a 'url(URI)' lexical unit.

Field Detail

ANY

public int ANY
Represents the '*' lexical unit.

AT_KEYWORD

public int AT_KEYWORD
Represents the '@ident' lexical unit.

CDC

public int CDC
Represents the '-->' lexical unit.

CDO

public int CDO
Represents the '<!--' lexical unit.

CHARSET_SYMBOL

public int CHARSET_SYMBOL
Represents the '@charset' lexical unit.

CM

public int CM
Represents a cm lexical unit.

COLON

public int COLON
Represents the ':' lexical unit.

COMMA

public int COMMA
Represents the ',' lexical unit.

COMMENT

public int COMMENT
Represents the comment lexical unit.

DASHMATCH

public int DASHMATCH
Represents the '|=' lexical unit.

DEG

public int DEG
Represents a deg lexical unit.

DIMENSION

public int DIMENSION
Represents a dimension lexical unit.

DIVIDE

public int DIVIDE
Represents the '/' lexical unit.

DOT

public int DOT
Represents the '.' lexical unit.

EM

public int EM
Represents a em lexical unit.

EOF

public int EOF
Represents the EOF lexical unit.

EQUAL

public int EQUAL
Represents the '=' lexical unit.

EX

public int EX
Represents a ex lexical unit.

FONT_FACE_SYMBOL

public int FONT_FACE_SYMBOL
Represents the '@font-face' lexical unit.

FUNCTION

public int FUNCTION
Represents a 'ident(' lexical unit.

GRAD

public int GRAD
Represents a grad lexical unit.

HASH

public int HASH
Represents the '#name' lexical unit.

HZ

public int HZ
Represents a hz lexical unit.

IDENTIFIER

public int IDENTIFIER
Represents the identifier lexical unit.

IMPORTANT_SYMBOL

public int IMPORTANT_SYMBOL
Represents the '!important' lexical unit.

IMPORT_SYMBOL

public int IMPORT_SYMBOL
Represents the '@import' lexical unit.

IN

public int IN
Represents a in lexical unit.

INCLUDES

public int INCLUDES
Represents the '~=' lexical unit.

INTEGER

public int INTEGER
Represents an integer.

KHZ

public int KHZ
Represents a khz lexical unit.

LEFT_BRACE

public int LEFT_BRACE
Represents the '(' lexical unit.

LEFT_BRACKET

public int LEFT_BRACKET
Represents the '[' lexical unit.

LEFT_CURLY_BRACE

public int LEFT_CURLY_BRACE
Represents the '{' lexical unit.

MEDIA_SYMBOL

public int MEDIA_SYMBOL
Represents the '@media' lexical unit.

MINUS

public int MINUS
Represents the '-' lexical unit.

MM

public int MM
Represents a mm lexical unit.

MS

public int MS
Represents a ms lexical unit.

PAGE_SYMBOL

public int PAGE_SYMBOL
Represents the '@page' lexical unit.

PC

public int PC
Represents a pc lexical unit.

PERCENTAGE

public int PERCENTAGE
Represents a % lexical unit.

PLUS

public int PLUS
Represents the '+' lexical unit.

PRECEDE

public int PRECEDE
Represents the '>' lexical unit.

PT

public int PT
Represents a pt lexical unit.

PX

public int PX
Represents a px lexical unit.

RAD

public int RAD
Represents a rad lexical unit.

REAL

public int REAL
represents a real number.

RIGHT_BRACE

public int RIGHT_BRACE
Represents the ')' lexical unit.

RIGHT_BRACKET

public int RIGHT_BRACKET
Represents the ']' lexical unit.

RIGHT_CURLY_BRACE

public int RIGHT_CURLY_BRACE
Represents the '}' lexical unit.

S

public int S
Represents a s lexical unit.

SEMI_COLON

public int SEMI_COLON
Represents the ';' lexical unit.

SPACE

public int SPACE
Represents the white space lexical unit.

STRING

public int STRING
Represents the string lexical unit.

UNICODE_RANGE

public int UNICODE_RANGE
Represents a unicode range lexical unit.

URI

public int URI
Represents a 'url(URI)' lexical unit.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.