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
Methods in com.openhtmltopdf.css.newmatch with parameters of type AttributeResolverModifier 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 AttributeResolverModifierConstructorDescriptionMatcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium)