Package com.helger.css.parser
Class ParserCSSCharsetDetectorTokenManager
java.lang.Object
com.helger.css.parser.ParserCSSCharsetDetectorTokenManager
- All Implemented Interfaces:
ParserCSSCharsetDetectorConstants
public class ParserCSSCharsetDetectorTokenManager
extends Object
implements ParserCSSCharsetDetectorConstants
Token Manager.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected CharStreamstatic final int[]Lex State array.static final String[]Token literal values.static final String[]Lexer state names.Fields inherited from interface com.helger.css.parser.ParserCSSCharsetDetectorConstants
CDC, CDO, CHARSET_SYM, DEFAULT, EOF, ESCAPE, ESCAPE_OTHER, ESCAPE_UNICODE, H, HNUM, IN_COMMENT, REST, S, SEMICOLON, STRING_EOL, STRING1, STRING2, tokenImage -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ParserCSSCharsetDetectorTokenManager(CharStream stream, int lexState) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the next Token.protected TokenvoidReInit(CharStream stream) Reinitialise parser.voidReInit(CharStream stream, int lexState) Reinitialise parser.voidSwitchTo(int lexState) Switch to specified lex state.
-
Field Details
-
jjstrLiteralImages
Token literal values. -
lexStateNames
Lexer state names. -
jjnewLexState
public static final int[] jjnewLexStateLex State array. -
input_stream
-
curChar
protected int curChar
-
-
Constructor Details
-
ParserCSSCharsetDetectorTokenManager
Constructor. -
ParserCSSCharsetDetectorTokenManager
Constructor.
-
-
Method Details
-
jjFillToken
-
getNextToken
Get the next Token. -
ReInit
Reinitialise parser. -
ReInit
Reinitialise parser. -
SwitchTo
public void SwitchTo(int lexState) Switch to specified lex state.
-