java.io.Serializable
, Expr
DefaultAbsoluteLocationPath
, DefaultFilterExpr
, DefaultFunctionCallExpr
, DefaultRelativeLocationPath
, DefaultUnionExpr
public abstract class DefaultExpr extends java.lang.Object implements Expr
Constructor | Description |
---|---|
DefaultExpr() |
Deprecated.
|
Modifier and Type | Method | 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)
Copyright © 2001–2018 Codehaus. All rights reserved.