org.jaxen.expr
public interface PathExpr extends Expr
[19] PathExpr ::= LocationPath
| FilterExpr
| FilterExpr '/' RelativeLocationPath
| FilterExpr '//' RelativeLocationPath
| Method Summary | |
|---|---|
| Expr | getFilterExpr()
Returns the filter expression that starts the path expression.
|
| LocationPath | getLocationPath()
Returns the location path part of this path expression.
|
| void | setFilterExpr(Expr filterExpr)
Changes the expression's filter expression.
|
Returns: the filter expression that starts the path expression
Returns: the location path part of this expression
Parameters: filterExpr the new filter expression