Package org.jaxen.expr
Class DefaultRelativeLocationPath
- java.lang.Object
-
- org.jaxen.expr.DefaultExpr
-
- org.jaxen.expr.DefaultLocationPath
-
- org.jaxen.expr.DefaultRelativeLocationPath
-
- All Implemented Interfaces:
java.io.Serializable
,Expr
,LocationPath
public class DefaultRelativeLocationPath extends DefaultLocationPath
Deprecated.this class will become non-public in the future; use the interface instead- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description DefaultRelativeLocationPath()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.-
Methods inherited from class org.jaxen.expr.DefaultLocationPath
addStep, evaluate, getSteps, getText, isAbsolute, simplify
-
Methods inherited from class org.jaxen.expr.DefaultExpr
convertToIterator, convertToList
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classDefaultLocationPath
-
-