com.ximpleware.xpath
Class AxisType

java.lang.Object
  extended by com.ximpleware.xpath.AxisType

public class AxisType
extends java.lang.Object

This class is used by Yylex to detect axis type and transport to the parser


Field Summary
static int ANCESTOR
           
static int ANCESTOR_OR_SELF
           
static int ATTRIBUTE
           
static int CHILD
           
static int DESCENDANT
           
static int DESCENDANT_OR_SELF
           
static int FOLLOWING
           
static int FOLLOWING_SIBLING
           
 int i
           
static int NAMESPACE
           
static int PARENT
           
static int PRECEDING
           
static int PRECEDING_SIBLING
           
static int SELF
           
 
Constructor Summary
AxisType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANCESTOR

public static final int ANCESTOR
See Also:
Constant Field Values

ANCESTOR_OR_SELF

public static final int ANCESTOR_OR_SELF
See Also:
Constant Field Values

ATTRIBUTE

public static final int ATTRIBUTE
See Also:
Constant Field Values

CHILD

public static final int CHILD
See Also:
Constant Field Values

DESCENDANT

public static final int DESCENDANT
See Also:
Constant Field Values

DESCENDANT_OR_SELF

public static final int DESCENDANT_OR_SELF
See Also:
Constant Field Values

FOLLOWING

public static final int FOLLOWING
See Also:
Constant Field Values

FOLLOWING_SIBLING

public static final int FOLLOWING_SIBLING
See Also:
Constant Field Values

i

public int i

NAMESPACE

public static final int NAMESPACE
See Also:
Constant Field Values

PARENT

public static final int PARENT
See Also:
Constant Field Values

PRECEDING

public static final int PRECEDING
See Also:
Constant Field Values

PRECEDING_SIBLING

public static final int PRECEDING_SIBLING
See Also:
Constant Field Values

SELF

public static final int SELF
See Also:
Constant Field Values
Constructor Detail

AxisType

public AxisType()