org.xmlpull.v1.builder.xpath.jaxen.expr
Interface PathExpr

All Superinterfaces:
Expr, java.io.Serializable

public interface PathExpr
extends Expr


Method Summary
 Expr getFilterExpr()
           
 LocationPath getLocationPath()
           
 void setFilterExpr(Expr filterExpr)
           
 
Methods inherited from interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
evaluate, getText, simplify
 

Method Detail

getFilterExpr

Expr getFilterExpr()

setFilterExpr

void setFilterExpr(Expr filterExpr)

getLocationPath

LocationPath getLocationPath()