org.jaxen.expr
public interface FilterExpr extends Expr, Predicated
| [20] | FilterExpr | ::= | PrimaryExpr | |
| | FilterExpr Predicate |
| Method Summary | |
|---|---|
| boolean | asBoolean(Context context)
Evaluates the filter expression on the current context
and returns true if at least one node matches.
|
| Expr | getExpr() |
Returns: true if a node matches; false if no node matches
Returns: the underlying filter expression