|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaxen.expr.DefaultExpr
public abstract class DefaultExpr
| Constructor Summary | |
|---|---|
DefaultExpr()
Deprecated. |
|
| Method Summary | |
|---|---|
static java.util.Iterator |
convertToIterator(java.lang.Object obj)
Deprecated. |
static java.util.List |
convertToList(java.lang.Object obj)
Deprecated. |
Expr |
simplify()
Deprecated. Simplifies the XPath expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jaxen.expr.Expr |
|---|
evaluate, getText |
| Constructor Detail |
|---|
public DefaultExpr()
| Method Detail |
|---|
public Expr simplify()
Expr//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 Exprpublic static java.util.Iterator convertToIterator(java.lang.Object obj)
public static java.util.List convertToList(java.lang.Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||