com.ximpleware.xpath
Class AxisType
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AxisType
public AxisType()