Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class ReverseStep extends org.eclipse.wst.xml.xpath2.processor.internal.ast.StepClass for Reverse stepping support for Step operations.
Field Summary | |
public static int | ANCESTOR Set internal value for ANCESTOR. |
public static int | ANCESTOR_OR_SELF Set internal value for ANCESTOR_OR_SELF. |
public static int | DOTDOT Set internal value for DOTDOT. |
public static int | PARENT Set internal value for PARENT. |
public static int | PRECEDING Set internal value for PRECEDING. |
public static int | PRECEDING_SIBLING Set internal value for PRECEDING_SIBLING. |
Constructor Summary |
ReverseStep(int axis
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.NodeTest node_test) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public int | axis() Support for Axis interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxis | iterator() Support for Iterator interface. |
Field Detail |
public static int ANCESTOR
Set internal value for ANCESTOR. |
public static int ANCESTOR_OR_SELF
Set internal value for ANCESTOR_OR_SELF. |
public static int DOTDOT
Set internal value for DOTDOT. |
public static int PARENT
Set internal value for PARENT. |
public static int PRECEDING
Set internal value for PRECEDING. |
public static int PRECEDING_SIBLING
Set internal value for PRECEDING_SIBLING. |
Constructor Detail |
public ReverseStep(int axis
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.NodeTest node_test)
Constructor for ReverseStep.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public int axis()
Support for Axis interface.
int
- Result of Axis operation.
public org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxis iterator()
Support for Iterator interface.
org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxis
- Result of Iterator operation.