Package org.jaxen.expr
Class DefaultExpr
java.lang.Object
org.jaxen.expr.DefaultExpr
- All Implemented Interfaces:
Serializable,Expr
- Direct Known Subclasses:
DefaultBinaryExpr,DefaultFilterExpr,DefaultFunctionCallExpr,DefaultLiteralExpr,DefaultLocationPath,DefaultNumberExpr,DefaultPathExpr,DefaultUnaryExpr,DefaultVariableReferenceExpr
Deprecated.
this class will become non-public in the future;
use the interface instead
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IteratorconvertToIterator(Object obj) Deprecated.static ListconvertToList(Object obj) Deprecated.simplify()Deprecated.Simplifies the XPath expression.
-
Constructor Details
-
DefaultExpr
public DefaultExpr()Deprecated.
-
-
Method Details
-
simplify
Deprecated.Description copied from interface:ExprSimplifies the XPath expression. For example, the expression//para[1 = 1]could be simplified to//para. In practice, this is usually a noop. Jaxen does not currently perform any simplification. -
convertToIterator
Deprecated. -
convertToList
Deprecated.
-