Uses of Interface
com.openhtmltopdf.css.extend.TreeResolver
Packages that use TreeResolver
-
Uses of TreeResolver in com.openhtmltopdf.css.extend.lib
Classes in com.openhtmltopdf.css.extend.lib that implement TreeResolver -
Uses of TreeResolver in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.css.newmatch with parameters of type TreeResolverModifier and TypeMethodDescriptionbooleanSelector.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 TreeResolverModifierConstructorDescriptionMatcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium)