Uses of Class
com.openhtmltopdf.css.newmatch.Selector
Packages that use Selector
Package
Description
-
Uses of Selector in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch declared as SelectorModifier and TypeFieldDescriptionprivate SelectorSelector._ancestorSelectorprivate SelectorSelector.chainedSelectorprivate SelectorSelector.siblingSelectorFields in com.openhtmltopdf.css.newmatch with type parameters of type SelectorModifier and TypeFieldDescriptionMatcher.AllDescendantMapper.axesMatcher.Mapper.axesMatcher.AllDescendantMapper.mappedSelectorsMatcher.Mapper.mappedSelectorsMatcher.Mapper.pseudoSelectorsMatcher.AllDescendantMapper.topSelectorsMethods 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 TypeMethodDescriptionprivate voidMatcher.addAllStylesheets(List<Stylesheet> stylesheets, TreeMap<String, Selector> sorter, String medium) voidSelector.toCSS(StringBuilder sb, 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 SelectorModifierConstructorDescription(package private)AllDescendantMapper(List<Selector> axes, AttributeResolver attRes, TreeResolver treeRes) (package private)Mapper(Collection<Selector> selectors) privateMapper(List<Selector> axes, List<Selector> mappedSelectors, Map<String, List<Selector>> pseudoSelectors) privateMapper(List<Selector> axes, List<Selector> mappedSelectors, Map<String, List<Selector>> pseudoSelectors) -
Uses of Selector in com.openhtmltopdf.css.parser
Methods in com.openhtmltopdf.css.parser that return SelectorModifier and TypeMethodDescriptionprivate SelectorCSSParser.mergeSimpleSelectors(List<Selector> selectors, List<Token> combinators) private SelectorCSSParser.simple_selector(Ruleset ruleset) Methods in com.openhtmltopdf.css.parser with parameters of type SelectorModifier and TypeMethodDescriptionprivate voidCSSParser.addPseudoClassOrElement(Token t, Selector selector) private voidCSSParser.addPseudoClassOrElementFunction(Token t, Selector selector) private voidCSSParser.addPseudoElement(Token t, Selector selector) private voidprivate voidCSSParser.class_selector(Selector selector) private voidMethod parameters in com.openhtmltopdf.css.parser with type arguments of type Selector -
Uses of Selector in com.openhtmltopdf.css.sheet
Fields in com.openhtmltopdf.css.sheet with type parameters of type SelectorMethods in com.openhtmltopdf.css.sheet that return types with arguments of type SelectorMethods in com.openhtmltopdf.css.sheet with parameters of type Selector