org.jaxen.expr
Interface LocationPath

All Superinterfaces:
Expr, java.io.Serializable, Visitable
All Known Implementing Classes:
org.jaxen.expr.DefaultLocationPath

public interface LocationPath
extends Expr


Method Summary
 void addStep(Step step)
           
 java.util.List getSteps()
           
 boolean isAbsolute()
           
 
Methods inherited from interface org.jaxen.expr.Expr
evaluate, getText, simplify
 
Methods inherited from interface org.jaxen.expr.Visitable
accept
 

Method Detail

addStep

public void addStep(Step step)

getSteps

public java.util.List getSteps()

isAbsolute

public boolean isAbsolute()


Copyright © 2001-2005 Codehaus. All Rights Reserved.