org.jaxen.expr
Interface PathExpr

All Superinterfaces:
Expr, java.io.Serializable, Visitable
All 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 Detail

getFilterExpr

public Expr getFilterExpr()

setFilterExpr

public void setFilterExpr(Expr filterExpr)

getLocationPath

public LocationPath getLocationPath()