|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterExpr
Represents an XPath filter expression. This is production 20 in the XPath 1.0 specification:
| [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()
|
| Methods inherited from interface org.jaxen.expr.Expr |
|---|
evaluate, getText, simplify |
| Methods inherited from interface org.jaxen.expr.Predicated |
|---|
addPredicate, getPredicates, getPredicateSet |
| Method Detail |
|---|
boolean asBoolean(Context context)
throws JaxenException
JaxenExceptionExpr getExpr()
|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||