org.exolab.adaptx.xpath.expressions
public interface LocationStep extends PathComponent
Version: $Revision: 3734 $ $Date: 2003-05-13 03:55:04 -0400 (Tue, 13 May 2003) $
| Field Summary | |
|---|---|
| static short | ANCESTORS_AXIS |
| static short | ANCESTORS_OR_SELF_AXIS |
| static short | ATTRIBUTES_AXIS |
| static short | CHILDREN_AXIS |
| static short | DESCENDANTS_AXIS |
| static short | DESCENDANTS_OR_SELF_AXIS |
| static short | FOLLOWING_AXIS |
| static short | FOLLOWING_SIBLINGS_AXIS |
| static short | NAMESPACE_AXIS |
| static short | PARENT_AXIS |
| static short | PRECEDING_AXIS |
| static short | PRECEDING_SIBLINGS_AXIS |
| static short | SELF_AXIS |
| Method Summary | |
|---|---|
| short | getAxisIdentifier()
Returns the axis-identifier for this LocationStep.
|
| NodeExpression | getNodeExpr()
Returns the NodeExpression for this LocationStep
|
Returns: the axis-identifier for this LocationStep.
Returns: the NodeExpression for this LocationStep