org.jaxen.expr
public class DefaultXPathExpr extends Object implements XPathExpr
Deprecated: this class will become non-public in the future; use the interface instead
| Field Summary | |
|---|---|
| Expr | rootExpr |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| DefaultXPathExpr(Expr rootExpr) | |
| Method Summary | |
|---|---|
| List | asList(Context context) |
| Expr | getRootExpr() |
| String | getText() |
| void | setRootExpr(Expr rootExpr) |
| void | simplify() |
| String | toString() |