Package dev.amp.validator.css
AMP validator.
-
Class Summary Class Description AtRule Object model for @rules of css content.Canonicalizer Process and validate a css document.CssErrorHandler Error handler for css errorsCssParser A utility to parse css text into a list of tokens.CssParsingConfig This class holds the CSS parsing configuration.CssTokenUtil General utility methods to map token types to token kinds from cssparser library.Declaration Object model for a declaration used to define css.EOFToken Token representation of end of file.ErrorToken Error tokens carry an error code and parameters, which can be formatted into an error message via the format strings in validator.protoascii.ParsedCssUrl Used by parse_css.ExtractUrls to return urls it has seen.ParsedDocCssSpec Wrapper around DocCssSpec.QualifiedRule The abstract superclass for all tokens.Rule Abstract class modeling a css rule.Stylesheet Stylesheet object model.Token The abstract superclass for all tokens.TokenStream Class to manage a list of tokens as a stream with accessors to iterate through stream. -
Enum Summary Enum Description TokenType Token enumeration types. -
Exception Summary Exception Description CssValidationException Css validation exception.