Uses of Class
com.openhtmltopdf.css.newmatch.Selector
-
Packages that use Selector Package Description com.openhtmltopdf.css.newmatch com.openhtmltopdf.css.sheet -
-
Uses of Selector in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.css.newmatch that return Selector Modifier and Type Method Description SelectorSelector. 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 Selector Modifier and Type Method Description voidSelector. setChainedSelector(Selector selector)voidSelector. setSiblingSelector(Selector selector) -
Uses of Selector in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return types with arguments of type Selector Modifier and Type Method Description List<Selector>Ruleset. getFSSelectors()Methods in com.openhtmltopdf.css.sheet with parameters of type Selector Modifier and Type Method Description voidRuleset. addFSSelector(Selector selector)
-