org.jaxen.expr
class DefaultPathExpr extends DefaultExpr implements PathExpr
| Field Summary | |
|---|---|
| Expr | filterExpr |
| LocationPath | locationPath |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| DefaultPathExpr(Expr filterExpr, LocationPath locationPath) | |
| Method Summary | |
|---|---|
| Object | evaluate(Context context) |
| Expr | getFilterExpr() |
| LocationPath | getLocationPath() |
| String | getText() |
| void | setFilterExpr(Expr filterExpr) |
| Expr | simplify() |
| String | toString() |