|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.taglibs.standard.extra.spath.Predicate
org.apache.taglibs.standard.extra.spath.AttributePredicate
public class AttributePredicate
Represents a predicate expression concerning a single attribute.
| Constructor Summary | |
|---|---|
AttributePredicate(java.lang.String attribute,
java.lang.String target)
Constructs a new AttributePredicate, given an attribute name and a target literal (with which to test equality). |
|
| Method Summary | |
|---|---|
boolean |
isMatchingAttribute(org.xml.sax.Attributes a)
Returns true if the given SAX AttributeList is suitable, given our attribute name and target; returns false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributePredicate(java.lang.String attribute,
java.lang.String target)
| Method Detail |
|---|
public boolean isMatchingAttribute(org.xml.sax.Attributes a)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||