Uses of Class
org.idpf.epubcheck.util.css.CssGrammar.CssSelector
Packages that use CssGrammar.CssSelector
-
Uses of CssGrammar.CssSelector in com.adobe.epubcheck.css
Method parameters in com.adobe.epubcheck.css with type arguments of type CssGrammar.CssSelectorModifier and TypeMethodDescriptionvoidCSSHandler.endSelectors(List<CssGrammar.CssSelector> selectors) voidCSSHandler.selectors(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.CssSelectorModifier and TypeMethodDescriptionCssGrammar.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 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.CssSelectorModifier and TypeMethodDescriptionvoidCssContentHandler.CssDefaultHandler.endSelectors(List<CssGrammar.CssSelector> selectors) voidCssContentHandler.endSelectors(List<CssGrammar.CssSelector> selectors) voidCssContentHandler.CssDefaultHandler.selectors(List<CssGrammar.CssSelector> selectors) voidCssContentHandler.selectors(List<CssGrammar.CssSelector> selectors)