public class DefaultRelativeLocationPath extends DefaultExpr
| Constructor and Description |
|---|
DefaultRelativeLocationPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(Step step) |
Object |
evaluate(Context context) |
List |
getSteps() |
String |
getText() |
boolean |
isAbsolute() |
Expr |
simplify() |
String |
toString() |
convertToIterator, convertToListpublic String toString()
public void addStep(Step step)
addStep in interface LocationPathpublic List getSteps()
getSteps in interface LocationPathpublic Expr simplify()
simplify in interface Exprsimplify in class DefaultExprpublic String getText()
getText in interface ExprgetText in interface LocationPathpublic boolean isAbsolute()
isAbsolute in interface LocationPathpublic Object evaluate(Context context) throws JaxenException
evaluate in interface ExprJaxenExceptionCopyright © 2013. All Rights Reserved.