Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultFilterExpr
Field Summary | |
private Expr | |
private PredicateSet | |
private static long |
Constructor Summary | |
| |
|
Method Summary | |
void | |
void |
|
boolean | |
Object | |
Expr |
|
PredicateSet | |
List | |
String |
|
Expr |
|
String |
|
Methods inherited from class org.jaxen.expr.DefaultExpr | |
convertToIterator , convertToList , simplify |
public void addPredicate(Predicate predicate)
- Specified by:
- addPredicate in interface Predicated
public boolean asBoolean(Context context) throws JaxenException
Returns true if the current filter matches at least one of the context nodes
- Specified by:
- asBoolean in interface FilterExpr
public Expr getExpr()
- Specified by:
- getExpr in interface FilterExpr
- Returns:
- underlying filter expression
public PredicateSet getPredicateSet()
- Specified by:
- getPredicateSet in interface Predicated
public String toString()