Uses of Class
com.openhtmltopdf.css.newmatch.Selector
-
Packages that use Selector Package Description com.openhtmltopdf.css.newmatch com.openhtmltopdf.css.parser com.openhtmltopdf.css.sheet -
-
Uses of Selector in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch declared as Selector Modifier and Type Field Description private SelectorSelector. _ancestorSelectorprivate SelectorSelector. chainedSelectorprivate SelectorSelector. siblingSelectorFields in com.openhtmltopdf.css.newmatch with type parameters of type Selector Modifier and Type Field Description private java.util.List<Selector>Matcher.AllDescendantMapper. axesprivate java.util.List<Selector>Matcher.Mapper. axesprivate java.util.List<Selector>Matcher.AllDescendantMapper. mappedSelectorsprivate java.util.List<Selector>Matcher.Mapper. mappedSelectorsprivate java.util.Map<java.lang.String,java.util.List<Selector>>Matcher.Mapper. pseudoSelectorsprivate java.util.Set<Selector>Matcher.AllDescendantMapper. topSelectorsMethods 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 private voidMatcher. addAllStylesheets(java.util.List<Stylesheet> stylesheets, java.util.TreeMap<java.lang.String,Selector> sorter, java.lang.String medium)voidSelector. toCSS(java.lang.StringBuilder sb, java.util.Set<Selector> stopAt)Prints the selector chain to a StringBuilder, stopping when it hits a selector in the stopAt set.Constructor parameters in com.openhtmltopdf.css.newmatch with type arguments of type Selector Constructor Description AllDescendantMapper(java.util.List<Selector> axes, AttributeResolver attRes, TreeResolver treeRes)Mapper(java.util.Collection<Selector> selectors)Mapper(java.util.List<Selector> axes, java.util.List<Selector> mappedSelectors, java.util.Map<java.lang.String,java.util.List<Selector>> pseudoSelectors)Mapper(java.util.List<Selector> axes, java.util.List<Selector> mappedSelectors, java.util.Map<java.lang.String,java.util.List<Selector>> pseudoSelectors) -
Uses of Selector in com.openhtmltopdf.css.parser
Methods in com.openhtmltopdf.css.parser that return Selector Modifier and Type Method Description private SelectorCSSParser. mergeSimpleSelectors(java.util.List<Selector> selectors, java.util.List<Token> combinators)private SelectorCSSParser. simple_selector(Ruleset ruleset)Methods in com.openhtmltopdf.css.parser with parameters of type Selector Modifier and Type Method Description private voidCSSParser. addPseudoClassOrElement(Token t, Selector selector)private voidCSSParser. addPseudoClassOrElementFunction(Token t, Selector selector)private voidCSSParser. addPseudoElement(Token t, Selector selector)private voidCSSParser. attrib(Selector selector)private voidCSSParser. class_selector(Selector selector)private voidCSSParser. pseudo(Selector selector)Method parameters in com.openhtmltopdf.css.parser with type arguments of type Selector Modifier and Type Method Description private SelectorCSSParser. mergeSimpleSelectors(java.util.List<Selector> selectors, java.util.List<Token> combinators) -
Uses of Selector in com.openhtmltopdf.css.sheet
Fields in com.openhtmltopdf.css.sheet with type parameters of type Selector Modifier and Type Field Description private java.util.List<Selector>Ruleset. _fsSelectorsMethods in com.openhtmltopdf.css.sheet that return types with arguments of type Selector Modifier and Type Method Description java.util.List<Selector>Ruleset. getFSSelectors()Methods in com.openhtmltopdf.css.sheet with parameters of type Selector Modifier and Type Method Description voidRuleset. addFSSelector(Selector selector)
-