Uses of Interface
org.xhtmlrenderer.css.extend.AttributeResolver
-
Packages that use AttributeResolver Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.extend.lib org.xhtmlrenderer.css.newmatch -
-
Uses of AttributeResolver in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement AttributeResolver Modifier and Type Class Description class
StandardAttributeResolver
An instance which works together with a w3c DOM tree -
Uses of AttributeResolver in org.xhtmlrenderer.css.extend.lib
Classes in org.xhtmlrenderer.css.extend.lib that implement AttributeResolver Modifier and Type Class Description class
DOMStaticXhtmlAttributeResolver
Works for Xhtml in a DOM tree -
Uses of AttributeResolver in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch with parameters of type AttributeResolver Modifier and Type Method Description boolean
Selector. matches(java.lang.Object e, AttributeResolver attRes, TreeResolver treeRes)
Check if the given Element matches this selector.boolean
Selector. matchesDynamic(java.lang.Object e, AttributeResolver attRes, TreeResolver treeRes)
Check if the given Element matches this selector's dynamic properties.Constructors in org.xhtmlrenderer.css.newmatch with parameters of type AttributeResolver Constructor Description Matcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, java.util.List stylesheets, java.lang.String medium)
-