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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultXPathExpr

public interface XPathExpr
extends java.io.Serializable


Method Summary
 java.util.List asList(Context context)
           
 Expr getRootExpr()
           
 java.lang.String getText()
           
 void setRootExpr(Expr rootExpr)
           
 void simplify()
           
 

Method Detail

getRootExpr

Expr getRootExpr()

setRootExpr

void setRootExpr(Expr rootExpr)

getText

java.lang.String getText()

simplify

void simplify()

asList

java.util.List asList(Context context)
                      throws JaxenException
Throws:
JaxenException