org.jaxen.expr

Interface PathExpr

All Superinterfaces:
Expr, Serializable, Visitable
Known Implementing Classes:
DefaultPathExpr

public interface PathExpr
extends Expr

Method Summary

Expr
getFilterExpr()
LocationPath
getLocationPath()
void
setFilterExpr(Expr filterExpr)

Methods inherited from interface org.jaxen.expr.Expr

evaluate, getText, simplify

Methods inherited from interface org.jaxen.expr.Visitable

accept

Method Details

getFilterExpr

public Expr getFilterExpr()

getLocationPath

public LocationPath getLocationPath()

setFilterExpr

public void setFilterExpr(Expr filterExpr)