|
|||||||||||
| 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 Predicatedpublic List getPredicates()
getPredicates in interface Predicatedpublic PredicateSet getPredicateSet()
getPredicateSet in interface Predicatedpublic Expr getExpr()
getExpr in interface FilterExprpublic String toString()
public String getText()
getText in interface Exprpublic Expr simplify()
simplify in interface Exprsimplify in class DefaultExpr
public boolean asBoolean(Context context)
throws JaxenException
asBoolean in interface FilterExprJaxenException
public Object evaluate(Context context)
throws JaxenException
evaluate in interface ExprJaxenExceptionpublic void accept(Visitor visitor)
accept in interface Visitable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||