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 Selector
Selector. _ancestorSelector
private Selector
Selector. chainedSelector
private Selector
Selector. siblingSelector
Fields in com.openhtmltopdf.css.newmatch with type parameters of type Selector Modifier and Type Field Description private java.util.List<Selector>
Matcher.AllDescendantMapper. axes
private java.util.List<Selector>
Matcher.Mapper. axes
private java.util.List<Selector>
Matcher.AllDescendantMapper. mappedSelectors
private java.util.List<Selector>
Matcher.Mapper. mappedSelectors
private java.util.Map<java.lang.String,java.util.List<Selector>>
Matcher.Mapper. pseudoSelectors
private java.util.Set<Selector>
Matcher.AllDescendantMapper. topSelectors
Methods in com.openhtmltopdf.css.newmatch that return Selector Modifier and Type Method Description Selector
Selector. getAncestorSelector()
Selector
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 Selector Modifier and Type Method Description void
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 Selector Modifier and Type Method Description private void
Matcher. addAllStylesheets(java.util.List<Stylesheet> stylesheets, java.util.TreeMap<java.lang.String,Selector> sorter, java.lang.String medium)
void
Selector. 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 Selector
CSSParser. mergeSimpleSelectors(java.util.List<Selector> selectors, java.util.List<Token> combinators)
private Selector
CSSParser. simple_selector(Ruleset ruleset)
Methods in com.openhtmltopdf.css.parser with parameters of type Selector Modifier and Type Method Description private 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
CSSParser. attrib(Selector selector)
private void
CSSParser. class_selector(Selector selector)
private void
CSSParser. pseudo(Selector selector)
Method parameters in com.openhtmltopdf.css.parser with type arguments of type Selector Modifier and Type Method Description private Selector
CSSParser. 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. _fsSelectors
Methods 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 void
Ruleset. addFSSelector(Selector selector)
-