Interface LexicalUnits


public interface LexicalUnits
This interface defines the constants that represent CSS lexical units.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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.