Uses of Class
org.idpf.epubcheck.util.css.CssGrammar.CssSelector
-
Packages that use CssGrammar.CssSelector Package Description com.adobe.epubcheck.css org.idpf.epubcheck.util.css -
-
Uses of CssGrammar.CssSelector in com.adobe.epubcheck.css
Method parameters in com.adobe.epubcheck.css with type arguments of type CssGrammar.CssSelector Modifier and Type Method Description voidCSSHandler. endSelectors(java.util.List<CssGrammar.CssSelector> selectors)voidCSSHandler. selectors(java.util.List<CssGrammar.CssSelector> selectors) -
Uses of CssGrammar.CssSelector in org.idpf.epubcheck.util.css
Methods in org.idpf.epubcheck.util.css that return types with arguments of type CssGrammar.CssSelector Modifier and Type Method Description java.util.List<CssGrammar.CssSelector>CssGrammar.CssSelectorConstructFactory. createSelectorList(CssToken start, CssTokenList.CssTokenIterator iter, CssErrorHandler err)With start inparam being the first significant token in a selector, build the selector group (aka comma separated selectors), expected return when iter.last is '{'.private java.util.List<CssGrammar.CssSelector>CssGrammar.CssSelectorConstructFactory. createSelectorList(CssToken start, CssTokenList.CssTokenIterator iter, CssErrorHandler err, boolean forgiving, boolean relative, com.google.common.base.Predicate<CssToken> endMatcher)Method parameters in org.idpf.epubcheck.util.css with type arguments of type CssGrammar.CssSelector Modifier and Type Method Description voidCssContentHandler.CssDefaultHandler. endSelectors(java.util.List<CssGrammar.CssSelector> selectors)voidCssContentHandler. endSelectors(java.util.List<CssGrammar.CssSelector> selectors)voidCssContentHandler.CssDefaultHandler. selectors(java.util.List<CssGrammar.CssSelector> selectors)voidCssContentHandler. selectors(java.util.List<CssGrammar.CssSelector> selectors)
-