Uses of Class
org.idpf.epubcheck.util.css.CssGrammar.CssDeclaration
-
Packages that use CssGrammar.CssDeclaration Package Description com.adobe.epubcheck.css org.idpf.epubcheck.util.css -
-
Uses of CssGrammar.CssDeclaration in com.adobe.epubcheck.css
Methods in com.adobe.epubcheck.css with parameters of type CssGrammar.CssDeclaration Modifier and Type Method Description voidCSSHandler. declaration(CssGrammar.CssDeclaration declaration) -
Uses of CssGrammar.CssDeclaration in org.idpf.epubcheck.util.css
Methods in org.idpf.epubcheck.util.css that return CssGrammar.CssDeclaration Modifier and Type Method Description private 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.CssDeclaration Modifier and Type Method Description voidCssContentHandler.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.
-