org.xmlpull.v1.builder.xpath.jaxen.expr
Class DefaultXPathExpr
java.lang.Object
org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
- All Implemented Interfaces:
- java.io.Serializable, XPathExpr
public class DefaultXPathExpr
- extends java.lang.Object
- implements XPathExpr
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultXPathExpr
public DefaultXPathExpr(Expr rootExpr)
getRootExpr
public Expr getRootExpr()
- Specified by:
getRootExpr in interface XPathExpr
setRootExpr
public void setRootExpr(Expr rootExpr)
- Specified by:
setRootExpr in interface XPathExpr
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getText
public java.lang.String getText()
- Specified by:
getText in interface XPathExpr
simplify
public void simplify()
- Specified by:
simplify in interface XPathExpr
asList
public java.util.List asList(Context context)
throws JaxenException
- Specified by:
asList in interface XPathExpr
- Throws:
JaxenException