Uses of Class
dev.amp.validator.css.ErrorToken
-
Packages that use ErrorToken Package Description dev.amp.validator.css AMP validator.dev.amp.validator.selector AMP validator.dev.amp.validator.utils AMP validator.dev.amp.validator.visitor AMP validator exception package. -
-
Uses of ErrorToken in dev.amp.validator.css
Methods in dev.amp.validator.css that return types with arguments of type ErrorToken Modifier and Type Method Description List<ErrorToken>CssParser. getErrors()Returns the token errors.Constructor parameters in dev.amp.validator.css with type arguments of type ErrorToken Constructor Description CssParser(String cssText, int line, int col, List<ErrorToken> errors)Constructor. -
Uses of ErrorToken in dev.amp.validator.selector
Methods in dev.amp.validator.selector that return ErrorToken Modifier and Type Method Description ErrorTokenSelectorException. getErrorToken()Constructors in dev.amp.validator.selector with parameters of type ErrorToken Constructor Description SelectorException(ErrorToken errorToken)Constructor. -
Uses of ErrorToken in dev.amp.validator.utils
Method parameters in dev.amp.validator.utils with type arguments of type ErrorToken Modifier and Type Method Description static List<com.steadystate.css.parser.Token>SelectorUtils. extractAFunction(TokenStream tokenStream, List<ErrorToken> errors)Returns a function's contents in tokenList, including the leading FunctionToken, but excluding the trailing CloseParen token and appended with an EOFToken instead.static voidCssSpecUtils. validateAmp4AdsCss(Stylesheet styleSheet, List<ErrorToken> errors)validate a css document against amp4ads specsstatic voidCssSpecUtils. validateKeyframesCss(Stylesheet styleSheet, List<ErrorToken> errors)validate the keyframes of css content -
Uses of ErrorToken in dev.amp.validator.visitor
Methods in dev.amp.validator.visitor that return ErrorToken Modifier and Type Method Description static ErrorTokenKeyframesVisitor. createErrorTokenAt(Token positionToken, dev.amp.validator.ValidatorProtos.ValidationError.Code code, List<String> params)Fills an ErrorToken with the provided position, code, and params.static ErrorTokenAmp4AdsVisitor. createParseErrorTokenAt(com.steadystate.css.parser.Token positionToken, dev.amp.validator.ValidatorProtos.ValidationError.Code code, List<String> params)Fills an ErrorToken with the provided position, code, and params.Constructor parameters in dev.amp.validator.visitor with type arguments of type ErrorToken Constructor Description Amp4AdsVisitor(List<ErrorToken> errors)Constructor.KeyframesVisitor(List<ErrorToken> errors)Constructor.SelectorSpecVisitor(List<ErrorToken> errors)SelectorVisitor(List<ErrorToken> errors)
-