|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultFilterExpr
Constructor Summary | |
DefaultFilterExpr(Expr expr,
PredicateSet predicateSet)
Deprecated. |
|
DefaultFilterExpr(PredicateSet predicateSet)
Deprecated. |
Method Summary | |
void |
accept(Visitor visitor)
Deprecated. |
void |
addPredicate(Predicate predicate)
Deprecated. |
boolean |
asBoolean(Context context)
Deprecated. Returns true if the current filter matches at least one of the context nodes |
Object |
evaluate(Context context)
Deprecated. |
Expr |
getExpr()
Deprecated. |
List |
getPredicates()
Deprecated. |
PredicateSet |
getPredicateSet()
Deprecated. |
String |
getText()
Deprecated. |
Expr |
simplify()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class org.jaxen.expr.DefaultExpr |
convertToIterator, convertToList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultFilterExpr(PredicateSet predicateSet)
public DefaultFilterExpr(Expr expr, PredicateSet predicateSet)
Method Detail |
public void addPredicate(Predicate predicate)
addPredicate
in interface Predicated
public List getPredicates()
getPredicates
in interface Predicated
public PredicateSet getPredicateSet()
getPredicateSet
in interface Predicated
public Expr getExpr()
getExpr
in interface FilterExpr
public String toString()
public String getText()
getText
in interface Expr
public Expr simplify()
simplify
in interface Expr
simplify
in class DefaultExpr
public boolean asBoolean(Context context) throws JaxenException
asBoolean
in interface FilterExpr
JaxenException
public Object evaluate(Context context) throws JaxenException
evaluate
in interface Expr
JaxenException
public void accept(Visitor visitor)
accept
in interface Visitable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |