|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaxen.expr.DefaultXPathExpr
public class DefaultXPathExpr
| Constructor Summary | |
|---|---|
DefaultXPathExpr(Expr rootExpr)
Deprecated. |
|
| Method Summary | |
|---|---|
List |
asList(Context context)
Deprecated. Evaluates the expression and returns a list cintaing the resulting nodes, or a singleton list containing a Double, String,
or Boolean. |
Expr |
getRootExpr()
Deprecated. Returns the wrapped expression object. |
String |
getText()
Deprecated. Returns a String containing the XPath expression. |
void |
setRootExpr(Expr rootExpr)
Deprecated. Changes the wrapped expression object. |
void |
simplify()
Deprecated. Simplifies the XPath expression. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultXPathExpr(Expr rootExpr)
| Method Detail |
|---|
public Expr getRootExpr()
XPathExpr
getRootExpr in interface XPathExprpublic void setRootExpr(Expr rootExpr)
XPathExpr
setRootExpr in interface XPathExprrootExpr - the new expression object to wrappublic String toString()
toString in class Objectpublic String getText()
XPathExpr
getText in interface XPathExprpublic void simplify()
XPathExpr//para[1 = 1] could be simplified to
//para. In practice, this is usually a noop.
Jaxen does not currently perform any simplification.
simplify in interface XPathExpr
public List asList(Context context)
throws JaxenException
XPathExprDouble, String,
or Boolean.
asList in interface XPathExprcontext - the context in which to evaluate this expression
JaxenException
|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||