org.saxpath

Class Axis

public class Axis extends Object

Field Summary
static intANCESTOR
The ancestor axis
static intANCESTOR_OR_SELF
The ancestor-or-self axis
static intATTRIBUTE
The attribute axis
static intCHILD
The child axis
static intDESCENDANT
The descendant axis
static intDESCENDANT_OR_SELF
The descendant-or-self axis
static intFOLLOWING
The following axis
static intFOLLOWING_SIBLING
The following-sibling axis
static intINVALID_AXIS
Marker for an invalid axis
static intNAMESPACE
The namespace axis
static intPARENT
The parent axis
static intPRECEDING
The preceding axis
static intPRECEDING_SIBLING
The preceding-sibling axis
static intSELF
The self axis
Method Summary
static Stringlookup(int axisNum)
static intlookup(String axisName)

Field Detail

ANCESTOR

public static final int ANCESTOR
The ancestor axis

ANCESTOR_OR_SELF

public static final int ANCESTOR_OR_SELF
The ancestor-or-self axis

ATTRIBUTE

public static final int ATTRIBUTE
The attribute axis

CHILD

public static final int CHILD
The child axis

DESCENDANT

public static final int DESCENDANT
The descendant axis

DESCENDANT_OR_SELF

public static final int DESCENDANT_OR_SELF
The descendant-or-self axis

FOLLOWING

public static final int FOLLOWING
The following axis

FOLLOWING_SIBLING

public static final int FOLLOWING_SIBLING
The following-sibling axis

INVALID_AXIS

public static final int INVALID_AXIS
Marker for an invalid axis

NAMESPACE

public static final int NAMESPACE
The namespace axis

PARENT

public static final int PARENT
The parent axis

PRECEDING

public static final int PRECEDING
The preceding axis

PRECEDING_SIBLING

public static final int PRECEDING_SIBLING
The preceding-sibling axis

SELF

public static final int SELF
The self axis

Method Detail

lookup

public static String lookup(int axisNum)

lookup

public static int lookup(String axisName)
Copyright B) 2001 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo