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

Expr getFilterExpr()

setFilterExpr

void setFilterExpr(Expr filterExpr)

getLocationPath

LocationPath getLocationPath()