org.jaxen.expr

Interface LocationPath

All Superinterfaces:
Expr, Serializable, Visitable
Known Implementing Classes:
DefaultAbsoluteLocationPath, DefaultLocationPath, DefaultRelativeLocationPath

public interface LocationPath
extends Expr

Method Summary

void
addStep(Step step)
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 Details

addStep

public void addStep(Step step)

getSteps

public List getSteps()

isAbsolute

public boolean isAbsolute()