Uses of Class
dev.amp.validator.utils.CssSpecUtils.BlockType
-
Packages that use CssSpecUtils.BlockType Package Description dev.amp.validator.css AMP validator.dev.amp.validator.utils AMP validator. -
-
Uses of CssSpecUtils.BlockType in dev.amp.validator.css
Methods in dev.amp.validator.css that return CssSpecUtils.BlockType Modifier and Type Method Description CssSpecUtils.BlockTypeCssParsingConfig. getDefaultSpec()Getter for underlying default spec default spec.Methods in dev.amp.validator.css that return types with arguments of type CssSpecUtils.BlockType Modifier and Type Method Description Map<String,CssSpecUtils.BlockType>CssParsingConfig. getAtRuleSpec()Getter for underlying AtRule spec.Methods in dev.amp.validator.css with parameters of type CssSpecUtils.BlockType Modifier and Type Method Description voidCssParsingConfig. setDefaultSpec(CssSpecUtils.BlockType defaultSpec)Setter for underlying default spec blocktype spec.Constructors in dev.amp.validator.css with parameters of type CssSpecUtils.BlockType Constructor Description Canonicalizer(Map<String,CssSpecUtils.BlockType> atRuleSpec, CssSpecUtils.BlockType defaultSpec)Constructor for canonicalizer.CssParsingConfig(Map<String,CssSpecUtils.BlockType> atRuleSpec, CssSpecUtils.BlockType defaultSpec)Constructor for CssParsingConfig.Constructor parameters in dev.amp.validator.css with type arguments of type CssSpecUtils.BlockType Constructor Description Canonicalizer(Map<String,CssSpecUtils.BlockType> atRuleSpec, CssSpecUtils.BlockType defaultSpec)Constructor for canonicalizer.CssParsingConfig(Map<String,CssSpecUtils.BlockType> atRuleSpec, CssSpecUtils.BlockType defaultSpec)Constructor for CssParsingConfig. -
Uses of CssSpecUtils.BlockType in dev.amp.validator.utils
Methods in dev.amp.validator.utils that return CssSpecUtils.BlockType Modifier and Type Method Description static CssSpecUtils.BlockTypeCssSpecUtils.BlockType. valueOf(String name)Returns the enum constant of this type with the specified name.static CssSpecUtils.BlockType[]CssSpecUtils.BlockType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.amp.validator.utils with parameters of type CssSpecUtils.BlockType Modifier and Type Method Description static StylesheetCssSpecUtils. parseAStylesheet(List<com.steadystate.css.parser.Token> tokenList, Map<String,CssSpecUtils.BlockType> atRuleSpec, CssSpecUtils.BlockType defaultSpec, List<ErrorToken> errors)Returns a Stylesheet object with nested parse_css.Rules.Method parameters in dev.amp.validator.utils with type arguments of type CssSpecUtils.BlockType Modifier and Type Method Description static StylesheetCssSpecUtils. parseAStylesheet(List<com.steadystate.css.parser.Token> tokenList, Map<String,CssSpecUtils.BlockType> atRuleSpec, CssSpecUtils.BlockType defaultSpec, List<ErrorToken> errors)Returns a Stylesheet object with nested parse_css.Rules.
-