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