Uses of Interface
com.openhtmltopdf.css.extend.AttributeResolver
-
Packages that use AttributeResolver Package Description com.openhtmltopdf.context com.openhtmltopdf.css.newmatch -
-
Uses of AttributeResolver in com.openhtmltopdf.context
Classes in com.openhtmltopdf.context that implement AttributeResolver Modifier and Type Class Description classStandardAttributeResolverAn 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 AttributeResolver Modifier and Type Method Description 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 AttributeResolver Constructor Description Matcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium)
-