public class DefaultAbsoluteLocationPath extends DefaultExpr
| Constructor and Description |
|---|
DefaultAbsoluteLocationPath() |
| 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 boolean isAbsolute()
isAbsolute in interface LocationPathpublic String getText()
getText in interface ExprgetText in interface LocationPathpublic Object evaluate(Context context) throws JaxenException
evaluate in interface ExprJaxenExceptionpublic void addStep(Step step)
addStep in interface LocationPathpublic List getSteps()
getSteps in interface LocationPathpublic Expr simplify()
simplify in interface Exprsimplify in class DefaultExprCopyright © 2013. All Rights Reserved.