public interface FilterExpr extends Expr, Predicated
| [20] | FilterExpr | ::= | PrimaryExpr | |
| | FilterExpr Predicate |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean(Context context)
Evaluates the filter expression on the current context
and returns true if at least one node matches.
|
Expr |
getExpr() |
addPredicate, getPredicates, getPredicateSetboolean asBoolean(Context context) throws JaxenException
JaxenExceptionExpr getExpr()
Copyright © 2001-2012 Codehaus. All Rights Reserved.