Uses of Interface
org.xhtmlrenderer.css.extend.AttributeResolver
Packages that use AttributeResolver
-
Uses of AttributeResolver in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement AttributeResolverModifier and TypeClassDescriptionclassAn instance which works together with a w3c DOM tree -
Uses of AttributeResolver in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch with parameters of type AttributeResolverModifier and TypeMethodDescriptionbooleanSelector.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) Check if the given Element matches this selector.booleanSelector.matchesDynamic(Node 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<Stylesheet> stylesheets, String medium)