org.jaxen.expr
abstract class DefaultLocationPath extends DefaultExpr implements LocationPath
| Field Summary | |
|---|---|
| List | steps |
| Constructor Summary | |
|---|---|
| DefaultLocationPath()
Create a new empty location path. | |
| Method Summary | |
|---|---|
| void | addStep(Step step) |
| Object | evaluate(Context context) |
| List | getSteps() |
| String | getText() |
| boolean | isAbsolute() |
| boolean | isReverseAxis(Step step) |
| Expr | simplify() |
| String | toString() |