Uses of Interface
com.openhtmltopdf.css.extend.AttributeResolver
Packages that use AttributeResolver
-
Uses of AttributeResolver in com.openhtmltopdf.context
Classes in com.openhtmltopdf.context that implement AttributeResolverModifier and TypeClassDescriptionclass
An instance which works together with a w3c DOM tree -
Uses of AttributeResolver in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch declared as AttributeResolverModifier and TypeFieldDescriptionprivate final AttributeResolver
Matcher._attRes
private final AttributeResolver
Matcher.AllDescendantMapper.attRes
Methods in com.openhtmltopdf.css.newmatch with parameters of type AttributeResolverModifier and TypeMethodDescription(package private) boolean
Condition.AttributeCompareCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.AttributeExistsCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.ClassCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.EvenChildCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.FirstChildCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.IDCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.LangCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.LastChildCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.LinkCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) abstract boolean
Condition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.NthChildCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.OddChildCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) boolean
Condition.UnsupportedCondition.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) boolean
Selector.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) Check if the given Element matches this selector.boolean
Selector.matchesDynamic
(Object e, AttributeResolver attRes, TreeResolver treeRes) Check if the given Element matches this selector's dynamic properties.Constructors in com.openhtmltopdf.css.newmatch with parameters of type AttributeResolverModifierConstructorDescription(package private)
AllDescendantMapper
(List<Selector> axes, AttributeResolver attRes, TreeResolver treeRes) Matcher
(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium)