Uses of Class
com.openhtmltopdf.css.newmatch.Selector
Packages that use Selector
-
Uses of Selector in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.css.newmatch that return SelectorModifier and TypeMethodDescriptionSelector.getAncestorSelector()Selector.getChainedSelector()get the next selector in the chain, for matching against elements along the appropriate axisMethods in com.openhtmltopdf.css.newmatch with parameters of type SelectorModifier and TypeMethodDescriptionvoidSelector.setAncestorSelector(Selector ancestor) voidSelector.setChainedSelector(Selector selector) voidSelector.setSiblingSelector(Selector selector) Method parameters in com.openhtmltopdf.css.newmatch with type arguments of type SelectorModifier and TypeMethodDescriptionvoidSelector.toCSS(StringBuilder sb, Set<Selector> stopAt) Prints the selector chain to a StringBuilder, stopping when it hits a selector in the stopAt set. -
Uses of Selector in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return types with arguments of type SelectorMethods in com.openhtmltopdf.css.sheet with parameters of type Selector