Interface ParserCSSCharsetDetectorConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CDC
      RegularExpression Id.
      static int CDO
      RegularExpression Id.
      static int CHARSET_SYM
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int ESCAPE
      RegularExpression Id.
      static int ESCAPE_OTHER
      RegularExpression Id.
      static int ESCAPE_UNICODE
      RegularExpression Id.
      static int H
      RegularExpression Id.
      static int HNUM
      RegularExpression Id.
      static int IN_COMMENT
      Lexical state.
      static int REST
      RegularExpression Id.
      static int S
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int STRING_EOL
      RegularExpression Id.
      static int STRING1
      RegularExpression Id.
      static int STRING2
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.