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