Package org.jaxen.expr
Class DefaultExpr
- java.lang.Object
-
- org.jaxen.expr.DefaultExpr
-
- All Implemented Interfaces:
Serializable,Expr
- Direct Known Subclasses:
DefaultAbsoluteLocationPath,DefaultFilterExpr,DefaultFunctionCallExpr,DefaultRelativeLocationPath,DefaultUnionExpr
public abstract class DefaultExpr extends Object implements Expr
Deprecated.this class will become non-public in the future; use the interface instead- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultExpr()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IteratorconvertToIterator(Object obj)Deprecated.static ListconvertToList(Object obj)Deprecated.Exprsimplify()Deprecated.Simplifies the XPath expression.
-