Class AttributePredicate
java.lang.Object
org.apache.taglibs.standard.extra.spath.Predicate
org.apache.taglibs.standard.extra.spath.AttributePredicate
Represents a predicate expression concerning a single attribute.
- Author:
- Shawn Bayern
-
Constructor Summary
ConstructorsConstructorDescriptionAttributePredicate(String attribute, String target) Constructs a new AttributePredicate, given an attribute name and a target literal (with which to test equality). -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the given SAX AttributeList is suitable, given our attribute name and target; returns false otherwise.
-
Constructor Details
-
AttributePredicate
Constructs a new AttributePredicate, given an attribute name and a target literal (with which to test equality).
-
-
Method Details
-
isMatchingAttribute
Returns true if the given SAX AttributeList is suitable, given our attribute name and target; returns false otherwise.
-