com.smallx.xml.xpath.subset
Class Parser.AxisStep

java.lang.Object
  extended bycom.smallx.xml.xpath.subset.Parser.AxisStep
Direct Known Subclasses:
Parser.NamedAxisStep, Parser.RootAxisStep, Parser.TextAxisStep, Parser.WildcardAxisStep
Enclosing class:
Parser

public static class Parser.AxisStep
extends java.lang.Object

This class represents an axis step.


Field Summary
static int ATTRIBUTE_AXIS
          This is the value returned for the attribute axis.
static int CHILD_AXIS
          This is the value returned for the children axis.
 
Method Summary
 int getAxis()
           
 Parser.AxisStep getNextStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHILD_AXIS

public static final int CHILD_AXIS
This is the value returned for the children axis.

See Also:
Constant Field Values

ATTRIBUTE_AXIS

public static final int ATTRIBUTE_AXIS
This is the value returned for the attribute axis.

See Also:
Constant Field Values
Method Detail

getAxis

public int getAxis()

getNextStep

public Parser.AxisStep getNextStep()