java.io.Serializable
AllNodeStep
, CommentNodeStep
, FilterExpr
, NameStep
, ProcessingInstructionNodeStep
, Step
, TextNodeStep
DefaultAllNodeStep
, DefaultCommentNodeStep
, DefaultFilterExpr
, DefaultNameStep
, DefaultProcessingInstructionNodeStep
, DefaultStep
, DefaultTextNodeStep
public interface Predicated
extends java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
void |
addPredicate(Predicate predicate) |
Add an additional predicate to this object.
|
java.util.List |
getPredicates() |
Returns a possibly empty list of predicates.
|
PredicateSet |
getPredicateSet() |
Returns a possibly empty set of predicates.
|
void addPredicate(Predicate predicate)
predicate
- the predicate to addjava.util.List getPredicates()
PredicateSet getPredicateSet()
Copyright © 2001–2018 Codehaus. All rights reserved.