Uses of Class
org.xhtmlrenderer.css.newmatch.Selector
Packages that use Selector
Package
Description
-
Uses of Selector in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch declared as SelectorModifier and TypeFieldDescriptionprivate Selector
Selector.chainedSelector
private Selector
Selector.siblingSelector
Fields in org.xhtmlrenderer.css.newmatch with type parameters of type SelectorModifier and TypeFieldDescriptionMatcher.Mapper.axes
Matcher.Mapper.mappedSelectors
Matcher.Mapper.pseudoSelectors
Methods in org.xhtmlrenderer.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.xhtmlrenderer.css.newmatch with parameters of type SelectorModifier and TypeMethodDescriptionvoid
Selector.setChainedSelector
(Selector selector) void
Selector.setSiblingSelector
(Selector selector) Method parameters in org.xhtmlrenderer.css.newmatch with type arguments of type SelectorModifier and TypeMethodDescriptionprivate void
Matcher.addAllStylesheets
(List<Stylesheet> stylesheets, Map<String, Selector> sorter, String medium) Constructor parameters in org.xhtmlrenderer.css.newmatch with type arguments of type SelectorModifierConstructorDescription(package private)
Mapper
(Collection<Selector> selectors) private
Mapper
(List<Selector> childAxes, Map<String, List<Selector>> pseudoSelectors, List<Selector> mappedSelectors) private
Mapper
(List<Selector> childAxes, Map<String, List<Selector>> pseudoSelectors, List<Selector> mappedSelectors) -
Uses of Selector in org.xhtmlrenderer.css.parser
Methods in org.xhtmlrenderer.css.parser that return SelectorModifier and TypeMethodDescriptionprivate @Nullable Selector
CSSParser.mergeSimpleSelectors
(List<Selector> selectors, List<Token> combinators) private Selector
CSSParser.simple_selector
(Ruleset ruleset) Methods in org.xhtmlrenderer.css.parser with parameters of type SelectorModifier and TypeMethodDescriptionprivate void
CSSParser.addPseudoClassOrElement
(Token t, Selector selector) private void
CSSParser.addPseudoClassOrElementFunction
(Token t, Selector selector) private void
CSSParser.addPseudoElement
(Token t, Selector selector) private void
private void
CSSParser.class_selector
(Selector selector) private void
Method parameters in org.xhtmlrenderer.css.parser with type arguments of type Selector -
Uses of Selector in org.xhtmlrenderer.css.sheet
Fields in org.xhtmlrenderer.css.sheet with type parameters of type SelectorMethods in org.xhtmlrenderer.css.sheet that return types with arguments of type SelectorMethods in org.xhtmlrenderer.css.sheet with parameters of type Selector