org.saxpath
public class Axis extends Object
| Field Summary | |
|---|---|
| static int | ANCESTOR The ancestor axis |
| static int | ANCESTOR_OR_SELF The ancestor-or-self axis |
| static int | ATTRIBUTE The attribute axis |
| static int | CHILD The child axis |
| static int | DESCENDANT The descendant axis |
| static int | DESCENDANT_OR_SELF The descendant-or-self axis |
| static int | FOLLOWING The following axis |
| static int | FOLLOWING_SIBLING The following-sibling axis |
| static int | INVALID_AXIS Marker for an invalid axis |
| static int | NAMESPACE The namespace axis |
| static int | PARENT The parent axis |
| static int | PRECEDING The preceding axis |
| static int | PRECEDING_SIBLING The preceding-sibling axis |
| static int | SELF The self axis |
| Method Summary | |
|---|---|
| static String | lookup(int axisNum) |
| static int | lookup(String axisName) |
ancestor axisancestor-or-self axisattribute axischild axisdescendant axisdescendant-or-self axisfollowing axisfollowing-sibling axisnamespace axisparent axispreceding axispreceding-sibling axisself axis