|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathExpr
Represents an XPath path expression. This is production 19 in the XPath 1.0 specification:
[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. |
| Methods inherited from interface org.jaxen.expr.Expr |
|---|
evaluate, getText, simplify |
| Method Detail |
|---|
Expr getFilterExpr()
void setFilterExpr(Expr filterExpr)
filterExpr - the new filter expressionLocationPath getLocationPath()
|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||