Uses of Interface
org.xhtmlrenderer.css.extend.AttributeResolver
Packages that use AttributeResolver
Package
Description
-
Uses of AttributeResolver in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement AttributeResolverModifier and TypeClassDescriptionclass
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 AttributeResolverModifier and TypeClassDescriptionclass
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 AttributeResolverModifier and TypeMethodDescriptionboolean
Selector.matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) Check if the given Element matches this selector.boolean
Selector.matchesDynamic
(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 AttributeResolverModifierConstructorDescriptionMatcher
(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List stylesheets, String medium)