org.jaxen.expr
Interface Predicated
- Serializable
- AllNodeStep, CommentNodeStep, FilterExpr, NameStep, ProcessingInstructionNodeStep, Step, TextNodeStep
- DefaultAllNodeStep, DefaultCommentNodeStep, DefaultFilterExpr, DefaultNameStep, DefaultProcessingInstructionNodeStep, DefaultStep, DefaultTextNodeStep
public interface Predicated
extends Serializable
Interface for objects which can have one or more predicates.
addPredicate
public void addPredicate(Predicate predicate)
Add an additional predicate to this object.
predicate
- the predicate to add
getPredicateSet
public PredicateSet getPredicateSet()
Returns a possibly empty set of predicates.
getPredicates
public List getPredicates()
Returns a possibly empty list of predicates.