Uses of Class
dev.amp.validator.css.Token
-
Packages that use Token Package Description dev.amp.validator.css AMP validator.dev.amp.validator.selector 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.selector
Subclasses of Token in dev.amp.validator.selector Modifier and Type Class Description classAttrSelectorAn attribute selector matches document nodes based on their attributes.classClassSelectorA class selector of the form '.value' is a shorthand notation for an attribute match of the form '[class~=value]'.classCombinatorModels a combinator, as described in http://www.w3.org/TR/css3-selectors/#combinators.classIdSelectorAn attribute selector matches document nodes based on their attributes.classPseudoSelectorA pseudo selector can match either pseudo classes or pseudo elements.classSelectorAbstract super class for CSS Selectors.classSelectorsGroupAbstract super class for CSS Selectors.classSimpleSelectorSequenceModels a simple selector sequence, e.g.classTypeSelectorThis node models type selectors and universal selectors. -
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.
-