Uses of Class
org.idpf.epubcheck.util.css.CssGrammar.CssDeclaration
Packages that use CssGrammar.CssDeclaration
-
Uses of CssGrammar.CssDeclaration in com.adobe.epubcheck.css
Methods in com.adobe.epubcheck.css with parameters of type CssGrammar.CssDeclarationModifier and TypeMethodDescriptionvoidCSSHandler.declaration(CssGrammar.CssDeclaration declaration) -
Uses of CssGrammar.CssDeclaration in org.idpf.epubcheck.util.css
Methods in org.idpf.epubcheck.util.css that return CssGrammar.CssDeclarationModifier and TypeMethodDescriptionprivate CssGrammar.CssDeclarationCssParser.handleDeclaration(CssToken name, CssTokenList.CssTokenIterator iter, CssContentHandler doc, CssErrorHandler err, boolean isStyleAttribute) With start expected to be an IDENT token representing the property name, build the declaration and return after hitting ';' or '}'.Methods in org.idpf.epubcheck.util.css with parameters of type CssGrammar.CssDeclarationModifier and TypeMethodDescriptionvoidCssContentHandler.CssDefaultHandler.declaration(CssGrammar.CssDeclaration declaration) voidCssContentHandler.declaration(CssGrammar.CssDeclaration declaration) private booleanCssParser.handlePropertyValue(CssGrammar.CssDeclaration declaration, CssToken start, CssTokenList.CssTokenIterator iter, boolean isStyleAttribute) Append property value components to declaration.value, return false if fail with iter.last at the the token which caused the fail.