| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jaxen.expr.DefaultExprorg.jaxen.expr.DefaultLocationPathorg.jaxen.expr.DefaultAbsoluteLocationPathpublic class DefaultAbsoluteLocationPathextends DefaultLocationPathField Summary | |
private static long | |
Fields inherited from class org.jaxen.expr.DefaultLocationPath | |
steps | |
Constructor Summary | |
| |
Method Summary | |
Object | |
String |
|
boolean |
|
String |
|
Methods inherited from class org.jaxen.expr.DefaultLocationPath | |
addStep, evaluate, getSteps, getText, isAbsolute, isReverseAxis, simplify, toString | |
Methods inherited from class org.jaxen.expr.DefaultExpr | |
convertToIterator, convertToList, simplify | |
public Object evaluate(Context context) throws JaxenException
- Overrides:
- evaluate in interface DefaultLocationPath
public boolean isAbsolute()
Returns true if this is an absolute location path; false if it isn't. Absolute location paths all begiune with/or//.
- Specified by:
- isAbsolute in interface LocationPath
- Overrides:
- isAbsolute in interface DefaultLocationPath
- Returns:
- true if this is an absol;ute location path; false if it isn't