Uses of Class
org.openpdf.css.newmatch.Selector
Packages that use Selector
-
Uses of Selector in org.openpdf.css.newmatch
Fields in org.openpdf.css.newmatch declared as SelectorModifier and TypeFieldDescriptionprivate SelectorSelector.chainedSelectorprivate SelectorSelector.siblingSelectorFields in org.openpdf.css.newmatch with type parameters of type SelectorModifier and TypeFieldDescriptionMatcher.Mapper.axesMatcher.Mapper.mappedSelectorsMatcher.Mapper.pseudoSelectorsMethods in org.openpdf.css.newmatch that return SelectorModifier and TypeMethodDescriptionSelector.getChainedSelector()get the next selector in the chain, for matching against elements along the appropriate axisMethods in org.openpdf.css.newmatch with parameters of type SelectorModifier and TypeMethodDescriptionvoidSelector.setChainedSelector(Selector selector) voidSelector.setSiblingSelector(Selector selector) Method parameters in org.openpdf.css.newmatch with type arguments of type SelectorModifier and TypeMethodDescriptionprivate voidMatcher.addAllStylesheets(List<Stylesheet> stylesheets, Map<String, Selector> sorter, String medium) Constructor parameters in org.openpdf.css.newmatch with type arguments of type SelectorModifierConstructorDescription(package private)Mapper(Collection<Selector> selectors) privateMapper(List<Selector> childAxes, Map<String, List<Selector>> pseudoSelectors, List<Selector> mappedSelectors) privateMapper(List<Selector> childAxes, Map<String, List<Selector>> pseudoSelectors, List<Selector> mappedSelectors) -
Uses of Selector in org.openpdf.css.parser
Methods in org.openpdf.css.parser that return SelectorModifier and TypeMethodDescriptionprivate @Nullable SelectorCSSParser.mergeSimpleSelectors(List<Selector> selectors, List<Token> combinators) private SelectorCSSParser.simple_selector(Ruleset ruleset) Methods in org.openpdf.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 org.openpdf.css.parser with type arguments of type Selector -
Uses of Selector in org.openpdf.css.sheet
Fields in org.openpdf.css.sheet with type parameters of type SelectorMethods in org.openpdf.css.sheet that return types with arguments of type SelectorMethods in org.openpdf.css.sheet with parameters of type Selector