org.xmlpull.v1.builder.xpath.jaxen.expr
Class DefaultRelativeLocationPath
java.lang.Object
org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultExpr
org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultRelativeLocationPath
- All Implemented Interfaces:
- java.io.Serializable, Expr, LocationPath
public class DefaultRelativeLocationPath
- extends DefaultExpr
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultRelativeLocationPath
public DefaultRelativeLocationPath()
toString
public java.lang.String toString()
addStep
public void addStep(Step step)
- Specified by:
addStep in interface LocationPath
getSteps
public java.util.List getSteps()
- Specified by:
getSteps in interface LocationPath
simplify
public Expr simplify()
- Specified by:
simplify in interface Expr- Overrides:
simplify in class DefaultExpr
getText
public java.lang.String getText()
- Specified by:
getText in interface Expr- Specified by:
getText in interface LocationPath
isAbsolute
public boolean isAbsolute()
- Specified by:
isAbsolute in interface LocationPath
evaluate
public java.lang.Object evaluate(Context context)
throws JaxenException
- Specified by:
evaluate in interface Expr
- Throws:
JaxenException