org.jaxen.expr
Class DefaultAbsoluteLocationPath

java.lang.Object
  extended byorg.jaxen.expr.DefaultExpr
      extended byorg.jaxen.expr.DefaultLocationPath
          extended byorg.jaxen.expr.DefaultAbsoluteLocationPath
All Implemented Interfaces:
Expr, LocationPath, java.io.Serializable, Visitable

public class DefaultAbsoluteLocationPath
extends org.jaxen.expr.DefaultLocationPath

See Also:
Serialized Form

Constructor Summary
DefaultAbsoluteLocationPath()
           
 
Method Summary
 void accept(Visitor visitor)
           
 void addStep(Step step)
           
 java.lang.Object evaluate(Context context)
           
 java.util.List getSteps()
           
 java.lang.String getText()
           
 boolean isAbsolute()
           
 Expr simplify()
           
 java.lang.String toString()
           
 
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

DefaultAbsoluteLocationPath

public DefaultAbsoluteLocationPath()
Method Detail

toString

public java.lang.String toString()

isAbsolute

public boolean isAbsolute()

getText

public java.lang.String getText()

evaluate

public java.lang.Object evaluate(Context context)
                          throws JaxenException
Throws:
JaxenException

accept

public void accept(Visitor visitor)

addStep

public void addStep(Step step)
Specified by:
addStep in interface LocationPath

getSteps

public java.util.List getSteps()
Specified by:
getSteps in interface LocationPath

simplify

public Expr simplify()
Specified by:
simplify in interface Expr
Overrides:
simplify in class DefaultExpr


Copyright © 2001-2005 Codehaus. All Rights Reserved.