Uses of Interface
org.openpdf.css.extend.AttributeResolver
Packages that use AttributeResolver
-
Uses of AttributeResolver in org.openpdf.context
Classes in org.openpdf.context that implement AttributeResolverModifier and TypeClassDescriptionclassAn instance which works together with a w3c DOM tree -
Uses of AttributeResolver in org.openpdf.css.newmatch
Fields in org.openpdf.css.newmatch declared as AttributeResolverMethods in org.openpdf.css.newmatch with parameters of type AttributeResolverModifier and TypeMethodDescription(package private) booleanCondition.AttributeCompareCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.ClassCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.EvenChildCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.FirstChildCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.IDCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.LangCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.LastChildCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.LinkCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) abstract booleanCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.NthChildCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.OddChildCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) (package private) booleanCondition.UnsupportedCondition.matches(Node e, AttributeResolver attRes, TreeResolver treeRes) booleanSelector.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.openpdf.css.newmatch with parameters of type AttributeResolverModifierConstructorDescriptionMatcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium)