Interface LexicalUnits


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

      Fields 
      Modifier and Type Field Description
      static int ANY
      Represents the '*' lexical unit.
      static int AT_KEYWORD
      Represents the '@ident' lexical unit.
      static int CDC
      Represents the '-->' lexical unit.
      static int CDO
      Represents the '<!--' lexical 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 DASHMATCH
      Represents the '|=' lexical unit.
      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 DOT
      Represents the '.' lexical unit.
      static int EM
      Represents a em lexical unit.
      static int EOF
      Represents the EOF lexical unit.
      static int EQUAL
      Represents the '=' lexical unit.
      static int EX
      Represents a ex lexical unit.
      static int FONT_FACE_SYMBOL
      Represents the '@font-face' lexical unit.
      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 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 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 STRING
      Represents the string lexical unit.
      static int UNICODE_RANGE
      Represents a unicode range lexical unit.
      static int URI
      Represents a 'url(URI)' lexical unit.