public interface ParserCSSCharsetDetectorConstants
| Modifier and Type | Field and 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.
|
static final int EOF
static final int S
static final int H
static final int HNUM
static final int ESCAPE_UNICODE
static final int ESCAPE_OTHER
static final int ESCAPE
static final int SEMICOLON
static final int STRING_EOL
static final int STRING1
static final int STRING2
static final int CDO
static final int CDC
static final int CHARSET_SYM
static final int REST
static final int DEFAULT
static final int IN_COMMENT
static final String[] tokenImage
Copyright © 2014–2022 Philip Helger. All rights reserved.