Uses of Class
dev.amp.validator.css.Token
-
Packages that use Token Package Description dev.amp.validator.css AMP validator.dev.amp.validator.visitor AMP validator exception package. -
-
Uses of Token in dev.amp.validator.css
Subclasses of Token in dev.amp.validator.css Modifier and Type Class Description classAtRuleObject model for @rules of css content.classDeclarationObject model for a declaration used to define css.classEOFTokenToken representation of end of file.classErrorTokenError tokens carry an error code and parameters, which can be formatted into an error message via the format strings in validator.protoascii.classParsedCssUrlUsed by parse_css.ExtractUrls to return urls it has seen.classQualifiedRuleThe abstract superclass for all tokens.classRuleAbstract class modeling a css rule.classStylesheetStylesheet object model.Methods in dev.amp.validator.css that return Token Modifier and Type Method Description static TokenCssTokenUtil. copyPosTo(com.steadystate.css.parser.Token css3Token, Token other)Copies the line / col values of |this| to |other|.Methods in dev.amp.validator.css with parameters of type Token Modifier and Type Method Description static TokenCssTokenUtil. copyPosTo(com.steadystate.css.parser.Token css3Token, Token other)Copies the line / col values of |this| to |other|. -
Uses of Token in dev.amp.validator.visitor
Methods in dev.amp.validator.visitor with parameters of type Token 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.
-