org.jaxen.expr
Interface FilterExpr
- Expr, Serializable, Predicated
- DefaultFilterExpr
public interface FilterExpr
boolean | asBoolean(Context context) - Evaluates the filter expression on the current context
and returns true if at least one node matches.
|
Expr | getExpr()
|
asBoolean
public boolean asBoolean(Context context)
throws JaxenException
Evaluates the filter expression on the current context
and returns true if at least one node matches.
- true if a node matches; false if no node matches
getExpr
public Expr getExpr()
- the underlying filter expression