Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class ForwardStep extends org.eclipse.wst.xml.xpath2.processor.internal.ast.StepClass for Forward stepping support for Step operations.
Field Summary | |
public static int | AT_SYMSet internal value for AT_SYM. |
public static int | ATTRIBUTESet internal value for ATTRIBUTE. |
public static int | CHILDSet internal value for CHILD. |
public static int | DESCENDANTSet internal value for DESCENDANT. |
public static int | DESCENDANT_OR_SELFSet internal value for DESCENDANT_OR_SELF. |
public static int | FOLLOWINGSet internal value for FOLLOWING. |
public static int | FOLLOWING_SIBLINGSet internal value for FOLLOWING_SIBLING. |
public static int | NAMESPACESet internal value for NAMESPACE. |
public static int | NONESet internal value for NONE. |
public static int | SELFSet internal value for SELF. |
Constructor Summary |
ForwardStep(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.ForwardAxis | iterator()Support for Iterator interface. |
public void | set_axis(int axis)Set Axis to current. |
Field Detail |
public static int AT_SYM
| Set internal value for AT_SYM. |
public static int ATTRIBUTE
| Set internal value for ATTRIBUTE. |
public static int CHILD
| Set internal value for CHILD. |
public static int DESCENDANT
| Set internal value for DESCENDANT. |
public static int DESCENDANT_OR_SELF
| Set internal value for DESCENDANT_OR_SELF. |
public static int FOLLOWING
| Set internal value for FOLLOWING. |
public static int FOLLOWING_SIBLING
| Set internal value for FOLLOWING_SIBLING. |
public static int NAMESPACE
| Set internal value for NAMESPACE. |
public static int NONE
| Set internal value for NONE. |
public static int SELF
| Set internal value for SELF. |
Constructor Detail |
public ForwardStep(int axis
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.NodeTest node_test)
Constructor for ForwardStep.
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.ForwardAxis iterator()
Support for Iterator interface.
org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis - Result of Iterator operation.
public void set_axis(int axis)
Set Axis to current.
axis - Axis to set.