public class AttributePredicate extends Predicate
Represents a predicate expression concerning a single attribute.
Constructor and Description |
---|
AttributePredicate(String attribute,
String target)
Constructs a new AttributePredicate, given an attribute name
and a target literal (with which to test equality).
|
Modifier and Type | Method and Description |
---|---|
boolean |
isMatchingAttribute(Attributes a)
Returns true if the given SAX AttributeList is suitable, given our
attribute name and target; returns false otherwise.
|
public boolean isMatchingAttribute(Attributes a)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.