Expr
, java.io.Serializable
public interface PathExpr extends Expr
[19] PathExpr ::= LocationPath | FilterExpr | FilterExpr '/' RelativeLocationPath | FilterExpr '//' RelativeLocationPath
Modifier and Type | Method | Description |
---|---|---|
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.
|
Expr getFilterExpr()
void setFilterExpr(Expr filterExpr)
filterExpr
- the new filter expressionLocationPath getLocationPath()
Copyright © 2001–2018 Codehaus. All rights reserved.