org.jaxen.expr
Class DefaultPathExpr
- Expr, PathExpr, Serializable
(package private) class DefaultPathExpr
filterExpr
private Expr filterExpr
serialVersionUID
private static final long serialVersionUID
DefaultPathExpr
(package private) DefaultPathExpr(Expr filterExpr,
LocationPath locationPath)
getFilterExpr
public Expr getFilterExpr()
Returns the filter expression that starts the path expression.
- getFilterExpr in interface PathExpr
- the filter expression that starts the path expression
getLocationPath
public LocationPath getLocationPath()
Returns the location path part of this path expression.
- getLocationPath in interface PathExpr
- the location path part of this expression
getText
public String getText()
- getText in interface Expr
setFilterExpr
public void setFilterExpr(Expr filterExpr)
Changes the expression's filter expression.
- setFilterExpr in interface PathExpr
filterExpr
- the new filter expression
toString
public String toString()