org.jaxen.expr
Class PredicateSet
java.lang.Object
|
+--org.jaxen.expr.PredicateSet
- All Implemented Interfaces:
- Serializable
- public class PredicateSet
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PredicateSet
public PredicateSet()
addPredicate
public void addPredicate(Predicate predicate)
getPredicates
public List getPredicates()
simplify
public void simplify()
getText
public String getText()
evaluateAsBoolean
protected boolean evaluateAsBoolean(List contextNodeSet,
ContextSupport support)
throws JaxenException
JaxenException
evaluatePredicates
protected List evaluatePredicates(List contextNodeSet,
ContextSupport support)
throws JaxenException
JaxenException
applyPredicate
public List applyPredicate(Predicate predicate,
List nodes2Filter,
ContextSupport support)
throws JaxenException
JaxenException
Copyright © 2001-2003 Codehaus. All Rights Reserved.