org.jaxen.expr
Class DefaultAbsoluteLocationPath
java.lang.Object
org.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultLocationPath
org.jaxen.expr.DefaultAbsoluteLocationPath
- All Implemented Interfaces:
- Expr, LocationPath, Serializable, Visitable
Deprecated. this class will become non-public in the future;
use the interface instead
- public class DefaultAbsoluteLocationPath
- extends org.jaxen.expr.DefaultLocationPath
- See Also:
- Serialized Form
DefaultAbsoluteLocationPath
public DefaultAbsoluteLocationPath()
- Deprecated.
toString
public String toString()
- Deprecated.
isAbsolute
public boolean isAbsolute()
- Deprecated.
getText
public String getText()
- Deprecated.
evaluate
public Object evaluate(Context context)
throws JaxenException
- Deprecated.
- Throws:
JaxenException
accept
public void accept(Visitor visitor)
- Deprecated.
addStep
public void addStep(Step step)
- Specified by:
addStep
in interface LocationPath
getSteps
public List getSteps()
- Specified by:
getSteps
in interface LocationPath
simplify
public Expr simplify()
- Specified by:
simplify
in interface Expr
- Overrides:
simplify
in class DefaultExpr
Copyright © 2001-2005 Codehaus. All Rights Reserved.