org.jaxen.expr
Interface LocationPath

All Superinterfaces:
Expr, Serializable
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
 

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 © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo