Uses of Class
com.openhtmltopdf.css.newmatch.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. getAncestorSelector()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. setAncestorSelector(Selector ancestor)voidSelector. setChainedSelector(Selector selector)voidSelector. setSiblingSelector(Selector selector)Method parameters in com.openhtmltopdf.css.newmatch with type arguments of type Selector Modifier and Type Method Description voidSelector. 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 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)