public abstract class DefaultExpr extends java.lang.Object implements Expr
Constructor and Description |
---|
DefaultExpr()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.public static java.util.Iterator convertToIterator(java.lang.Object obj)
public static java.util.List convertToList(java.lang.Object obj)