Uses of Class
com.helger.css.parser.Token
-
Packages that use Token Package Description com.helger.css.parser com.helger.css.reader.errorhandler -
-
Uses of Token in com.helger.css.parser
Fields in com.helger.css.parser declared as Token Modifier and Type Field Description TokenParseException. currentTokenThis is the last token that has been consumed successfully.TokenParserCSS30. jj_ntNext token.TokenParserCSSCharsetDetector. jj_ntNext token.TokenToken. nextA reference to the next regular (non-special) token from the input stream.TokenToken. specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.TokenParserCSS30. tokenCurrent token.TokenParserCSSCharsetDetector. tokenCurrent token.Methods in com.helger.css.parser that return Token Modifier and Type Method Description TokenParserCSS30. dimension()TokenParserCSS30. getNextToken()TokenParserCSS30TokenManager. getNextToken()Get the next Token.TokenParserCSSCharsetDetector. getNextToken()TokenParserCSSCharsetDetectorTokenManager. getNextToken()Get the next Token.TokenParserCSS30. getToken(int index)TokenParserCSSCharsetDetector. getToken(int index)protected TokenParserCSS30TokenManager. jjFillToken()protected TokenParserCSSCharsetDetectorTokenManager. jjFillToken()TokenCSSNode. jjtGetFirstToken()TokenCSSNode. jjtGetLastToken()static TokenToken. newToken(int ofKind)static TokenToken. newToken(int ofKind, String image)Returns a new Token object, by default.Methods in com.helger.css.parser with parameters of type Token Modifier and Type Method Description voidCSSNode. jjtSetFirstToken(Token aFirstToken)voidCSSNode. jjtSetLastToken(Token aLastToken)Constructors in com.helger.css.parser with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal, String lexicalStateName)This constructor is used by the method "generateParseException" in the generated parser.ReadOnlyToken(Token aToken) -
Uses of Token in com.helger.css.reader.errorhandler
Methods in com.helger.css.reader.errorhandler with parameters of type Token Modifier and Type Method Description static CSSParseErrorCSSParseError. createBrowserCompliantSkip(ParseException ex, Token aFromToken, Token aToToken)static CSSParseErrorCSSParseError. createDeprecatedProperty(Token aPrefixToken, Token aIdentifierToken)static StringLoggingCSSParseErrorHandler. createLoggingStringBrowserCompliantSkip(ParseException ex, Token aFromToken, Token aToToken)static StringLoggingCSSParseErrorHandler. createLoggingStringDeprecatedProperty(Token aPrefixToken, Token aIdentifierToken)Create a common string to be used for deprecated properties.static StringLoggingCSSParseErrorHandler. createLoggingStringParseError(Token aLastValidToken, int[][] aExpectedTokenSequencesVal, String[] aTokenImageVal, Token aLastSkippedToken)static StringLoggingCSSParseErrorHandler. createLoggingStringUnexpectedRule(Token aCurrentToken, String sRule, String sMsg)Create a common string to be used for unexpected rules.static CSSParseErrorCSSParseError. createUnexpectedRule(Token aCurrentToken, String sRule, String sMsg)voidCollectingCSSParseErrorHandler. onCSSBrowserCompliantSkip(ParseException ex, Token aFromToken, Token aToToken)voidDoNothingCSSParseErrorHandler. onCSSBrowserCompliantSkip(ParseException ex, Token aFromToken, Token aToToken)voidICSSParseErrorHandler. onCSSBrowserCompliantSkip(ParseException ex, Token aFromToken, Token aToToken)This method is only called in browser compliant mode if a certain part of the CSS is skipped.voidLoggingCSSParseErrorHandler. onCSSBrowserCompliantSkip(ParseException ex, Token aFromToken, Token aToToken)voidThrowingCSSParseErrorHandler. onCSSBrowserCompliantSkip(ParseException ex, Token aFromToken, Token aToToken)voidCollectingCSSParseErrorHandler. onCSSDeprecatedProperty(Token aPrefixToken, Token aIdentifierToken)voidDoNothingCSSParseErrorHandler. onCSSDeprecatedProperty(Token aPrefixToken, Token aIdentifierToken)voidICSSParseErrorHandler. onCSSDeprecatedProperty(Token aPrefixToken, Token aIdentifierToken)To be called, if a deprecated old IE 6/7 property is found.voidLoggingCSSParseErrorHandler. onCSSDeprecatedProperty(Token aPrefixToken, Token aIdentifierToken)voidThrowingCSSParseErrorHandler. onCSSDeprecatedProperty(Token aPrefixToken, Token aIdentifierToken)voidCollectingCSSParseErrorHandler. onCSSParseError(ParseException aParseEx, Token aLastSkippedToken)voidDoNothingCSSParseErrorHandler. onCSSParseError(ParseException aParseEx, Token aLastSkippedToken)voidICSSParseErrorHandler. onCSSParseError(ParseException aParseEx, Token aLastSkippedToken)Called upon a recoverable error.voidLoggingCSSParseErrorHandler. onCSSParseError(ParseException aParseEx, Token aLastSkippedToken)voidThrowingCSSParseErrorHandler. onCSSParseError(ParseException aParseEx, Token aLastSkippedToken)voidCollectingCSSParseErrorHandler. onCSSUnexpectedRule(Token aCurrentToken, String sRule, String sMsg)voidDoNothingCSSParseErrorHandler. onCSSUnexpectedRule(Token aCurrentToken, String sRule, String sMsg)voidICSSParseErrorHandler. onCSSUnexpectedRule(Token aCurrentToken, String sRule, String sMsg)Called upon an unexpected rule.voidLoggingCSSParseErrorHandler. onCSSUnexpectedRule(Token aCurrentToken, String sRule, String sMsg)voidThrowingCSSParseErrorHandler. onCSSUnexpectedRule(Token aCurrentToken, String sRule, String sMsg)Constructors in com.helger.css.reader.errorhandler with parameters of type Token Constructor Description CSSParseError(Token aLastValidToken, int[][] aExpectedTokenSequencesVal, String[] aTokenImageVal, Token aLastSkippedToken)
-