org.jaxen.expr
Class DefaultLocationPath
- Expr, LocationPath, Serializable
(package private) abstract class DefaultLocationPath
DefaultLocationPath
(package private) DefaultLocationPath()
Create a new empty location path.
getSteps
public List getSteps()
Returns the ordered list of steps in this location path.
This list may be live.
- getSteps in interface LocationPath
- the ordered list of steps in this location path
getText
public String getText()
- getText in interface Expr
isAbsolute
public boolean isAbsolute()
Returns true if this is an absolute location path; false if it isn't.
Absolute location paths all begiune with /
or //
.
- isAbsolute in interface LocationPath
- true if this is an absol;ute location path; false if it isn't
isReverseAxis
private boolean isReverseAxis(Step step)
toString
public String toString()