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 TypeClassDescriptionclassAn 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 AttributeResolverMatcher._attResprivate final AttributeResolverMatcher.AllDescendantMapper.attResMethods in com.openhtmltopdf.css.newmatch with parameters of type AttributeResolverModifier and TypeMethodDescription(package private) booleanCondition.AttributeCompareCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.AttributeExistsCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.ClassCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.EvenChildCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.FirstChildCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.IDCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.LangCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.LastChildCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.LinkCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) abstract booleanCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.NthChildCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.OddChildCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.UnsupportedCondition.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) booleanSelector.matches(Object e, AttributeResolver attRes, TreeResolver treeRes) Check if the given Element matches this selector.booleanSelector.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)