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 Selector
Selector._ancestorSelector
private Selector
Selector.chainedSelector
private Selector
Selector.siblingSelector
Fields in com.openhtmltopdf.css.newmatch with type parameters of type SelectorModifier and TypeFieldDescriptionMatcher.AllDescendantMapper.axes
Matcher.Mapper.axes
Matcher.AllDescendantMapper.mappedSelectors
Matcher.Mapper.mappedSelectors
Matcher.Mapper.pseudoSelectors
Matcher.AllDescendantMapper.topSelectors
Methods 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 TypeMethodDescriptionvoid
Selector.setAncestorSelector
(Selector ancestor) void
Selector.setChainedSelector
(Selector selector) void
Selector.setSiblingSelector
(Selector selector) Method parameters in com.openhtmltopdf.css.newmatch with type arguments of type SelectorModifier and TypeMethodDescriptionprivate void
Matcher.addAllStylesheets
(List<Stylesheet> stylesheets, TreeMap<String, Selector> sorter, String medium) void
Selector.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) private
Mapper
(List<Selector> axes, List<Selector> mappedSelectors, Map<String, List<Selector>> pseudoSelectors) private
Mapper
(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 Selector
CSSParser.mergeSimpleSelectors
(List<Selector> selectors, List<Token> combinators) private Selector
CSSParser.simple_selector
(Ruleset ruleset) Methods in com.openhtmltopdf.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 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