Uses of Interface
org.xhtmlrenderer.css.extend.AttributeResolver
Packages that use AttributeResolver
-
Uses of AttributeResolver in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement AttributeResolverModifier and TypeClassDescriptionclass
An instance which works together with a w3c DOM tree -
Uses of AttributeResolver in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch declared as AttributeResolverMethods in org.xhtmlrenderer.css.newmatch with parameters of type AttributeResolverModifier and TypeMethodDescription(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 AttributeResolverModifierConstructorDescriptionMatcher
(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium)