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
$Revision: 1.1 $ $Date: 2003/05/13 07:55:04 $
BOOLEAN , ERROR , FILTER_EXPR , LOCATION_PATH , NODE_TEST , NUMBER , PATH_EXPR , PRIMARY , STEP , STRING , UNION_EXPR |
ANCESTORS_AXIS
public static final short ANCESTORS_AXIS
ANCESTORS_OR_SELF_AXIS
public static final short ANCESTORS_OR_SELF_AXIS
ATTRIBUTES_AXIS
public static final short ATTRIBUTES_AXIS
CHILDREN_AXIS
public static final short CHILDREN_AXIS
DESCENDANTS_AXIS
public static final short DESCENDANTS_AXIS
DESCENDANTS_OR_SELF_AXIS
public static final short DESCENDANTS_OR_SELF_AXIS
FOLLOWING_AXIS
public static final short FOLLOWING_AXIS
FOLLOWING_SIBLINGS_AXIS
public static final short FOLLOWING_SIBLINGS_AXIS
NAMESPACE_AXIS
public static final short NAMESPACE_AXIS
PARENT_AXIS
public static final short PARENT_AXIS
PRECEDING_AXIS
public static final short PRECEDING_AXIS
PRECEDING_SIBLINGS_AXIS
public static final short PRECEDING_SIBLINGS_AXIS
SELF_AXIS
public static final short SELF_AXIS
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