com.icl.saxon.om
public final class Axis extends Object
Field Summary | |
---|---|
static byte | ANCESTOR
Constants representing the axes |
static byte | ANCESTOR_OR_SELF |
static byte | ATTRIBUTE |
static String[] | axisName
Table giving the name each axis |
static byte | CHILD |
static byte | DESCENDANT |
static byte | DESCENDANT_OR_SELF |
static byte | FOLLOWING |
static byte | FOLLOWING_SIBLING |
static boolean[] | isForwards
Table indicating for each axis whether it is in forwards document order |
static boolean[] | isPeerAxis
Table indicating for each axis whether it is a peer axis. |
static boolean[] | isReverse
Table indicating for each axis whether it is in reverse document order |
static boolean[] | isSubtreeAxis
Table indicating for each axis whether it is contained within the subtree
rooted at the origin node. |
static byte | NAMESPACE |
static short[] | principalNodeType
Table indicating the principal node type of each axis |
static byte | PARENT |
static byte | PRECEDING |
static byte | PRECEDING_OR_ANCESTOR |
static byte | PRECEDING_SIBLING |
static byte | SELF |
Method Summary | |
---|---|
static byte | getAxisNumber(String name)
Resolve an axis name into a symbolic constant representing the axis |