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, Visitable

public class DefaultRelativeLocationPath
extends DefaultLocationPath

See Also:
Serialized Form

Constructor Summary
DefaultRelativeLocationPath()
           
 
Method Summary
 void accept(Visitor visitor)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

DefaultRelativeLocationPath

public DefaultRelativeLocationPath()
Method Detail

toString

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

accept

public void accept(Visitor visitor)