|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocationPath
Represents an XPath location path such as //foo/bar
or pre:baz[position()=last()].
This is production 1 in the
XPath 1.0 specification:
[1] LocationPath ::= RelativeLocationPath
| AbsoluteLocationPath
| Method Summary | |
|---|---|
void |
addStep(Step step)
Add the next step to this location path. |
List |
getSteps()
Returns the ordered list of steps in this location path. |
boolean |
isAbsolute()
Returns true if this is an absolute location path; false if it isn't. |
| Methods inherited from interface org.jaxen.expr.Expr |
|---|
evaluate, getText, simplify |
| Method Detail |
|---|
void addStep(Step step)
step - List getSteps()
boolean isAbsolute()
/
or //.
|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||