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
- Throws:
JaxenException
evaluatePredicates
protected List evaluatePredicates(List contextNodeSet,
ContextSupport support)
throws JaxenException
- Throws:
JaxenException
applyPredicate
public List applyPredicate(Predicate predicate,
List nodes2Filter,
ContextSupport support)
throws JaxenException
- Throws:
JaxenException
Copyright © 2001-2005 Codehaus. All Rights Reserved.