org.jaxen.expr
Interface LocationPath

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

public interface LocationPath
extends Expr


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

Method Detail

addStep

public void addStep(Step step)

getSteps

public List getSteps()

getText

public String getText()
Specified by:
getText in interface Expr

isAbsolute

public boolean isAbsolute()


Copyright © 2001-2003 Codehaus. All Rights Reserved.