org.jaxen.expr
Class DefaultAbsoluteLocationPath

java.lang.Object
  |
  +--org.jaxen.expr.DefaultExpr
        |
        +--org.jaxen.expr.DefaultLocationPath
              |
              +--org.jaxen.expr.DefaultAbsoluteLocationPath
All Implemented Interfaces:
Expr, LocationPath, 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)
           
 Object evaluate(Context context)
           
 List getSteps()
           
 String getText()
           
 boolean isAbsolute()
           
 Expr simplify()
           
 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 String toString()
Overrides:
toString in class org.jaxen.expr.DefaultLocationPath

isAbsolute

public boolean isAbsolute()
Specified by:
isAbsolute in interface LocationPath
Overrides:
isAbsolute in class org.jaxen.expr.DefaultLocationPath

getText

public String getText()
Specified by:
getText in interface LocationPath
Overrides:
getText in class org.jaxen.expr.DefaultLocationPath

evaluate

public Object evaluate(Context context)
                throws JaxenException
Specified by:
evaluate in interface Expr
Overrides:
evaluate in class org.jaxen.expr.DefaultLocationPath
JaxenException

accept

public void accept(Visitor visitor)

addStep

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

getSteps

public 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-2003 Codehaus. All Rights Reserved.