org.jaxen.expr
Class DefaultRelativeLocationPath

java.lang.Object
  extended by org.jaxen.expr.DefaultExpr
      extended by org.jaxen.expr.DefaultLocationPath
          extended by org.jaxen.expr.DefaultRelativeLocationPath
All Implemented Interfaces:
java.io.Serializable, Expr, LocationPath

Deprecated. this class will become non-public in the future; use the interface instead

public class DefaultRelativeLocationPath
extends DefaultLocationPath

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Deprecated.  
 
Constructor Summary
DefaultRelativeLocationPath()
          Deprecated.  
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DefaultRelativeLocationPath

public DefaultRelativeLocationPath()
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class DefaultLocationPath