org.exolab.adaptx.xpath.expressions
Interface LocationStep
- MatchExpression, PathComponent, XPathExpression
public interface LocationStep
This interface represents a Location Step as defined by XPath 1.0
Version:
- Keith Visco
BOOLEAN , ERROR , FILTER_EXPR , LOCATION_PATH , NODE_TEST , NUMBER , PATH_EXPR , PRIMARY , STEP , STRING , UNION_EXPR |
ANCESTORS_AXIS
public static final short ANCESTORS_AXIS
- 0
ANCESTORS_OR_SELF_AXIS
public static final short ANCESTORS_OR_SELF_AXIS
- 1
ATTRIBUTES_AXIS
public static final short ATTRIBUTES_AXIS
- 2
CHILDREN_AXIS
public static final short CHILDREN_AXIS
- 3
DESCENDANTS_AXIS
public static final short DESCENDANTS_AXIS
- 4
DESCENDANTS_OR_SELF_AXIS
public static final short DESCENDANTS_OR_SELF_AXIS
- 5
FOLLOWING_AXIS
public static final short FOLLOWING_AXIS
- 6
FOLLOWING_SIBLINGS_AXIS
public static final short FOLLOWING_SIBLINGS_AXIS
- 7
NAMESPACE_AXIS
public static final short NAMESPACE_AXIS
- 12
PARENT_AXIS
public static final short PARENT_AXIS
- 8
PRECEDING_AXIS
public static final short PRECEDING_AXIS
- 9
PRECEDING_SIBLINGS_AXIS
public static final short PRECEDING_SIBLINGS_AXIS
- 10
SELF_AXIS
public static final short SELF_AXIS
- 11
getAxisIdentifier
public short getAxisIdentifier()
Returns the axis-identifier for this LocationStep.
- the axis-identifier for this LocationStep.
getNodeExpr
public NodeExpression getNodeExpr()
Returns the NodeExpression for this LocationStep
- the NodeExpression for this LocationStep