Uses of Interface
org.xhtmlrenderer.css.extend.TreeResolver
Packages that use TreeResolver
-
Uses of TreeResolver in org.xhtmlrenderer.css.extend.lib
Classes in org.xhtmlrenderer.css.extend.lib that implement TreeResolver -
Uses of TreeResolver in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch declared as TreeResolverMethods in org.xhtmlrenderer.css.newmatch with parameters of type TreeResolverModifier and TypeMethodDescription(package private) Node
Selector.getAppropriateSibling
(Node e, TreeResolver treeRes) Gets the appropriateSibling attribute of the Selector object(package private) boolean
Condition.AttributeCompareCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.ClassCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.EvenChildCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.FirstChildCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.IDCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.LangCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.LastChildCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.LinkCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) abstract boolean
Condition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.NthChildCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.OddChildCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.UnsupportedCondition.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) boolean
Selector.matches
(Node e, AttributeResolver attRes, TreeResolver treeRes) Check if the given Element matches this selector.boolean
Selector.matchesDynamic
(Node e, AttributeResolver attRes, TreeResolver treeRes) Check if the given Element matches this selector's dynamic properties.Constructors in org.xhtmlrenderer.css.newmatch with parameters of type TreeResolverModifierConstructorDescriptionMatcher
(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium)