|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Axis in org.staxnav |
|---|
| Methods in org.staxnav that return Axis | |
|---|---|
static Axis |
Axis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.staxnav with parameters of type Axis | |
|---|---|
StaxNavigator<N> |
StaxNavigator.fork(Axis axis)
Creates a navigator scoped around the currently navigated element. |
java.lang.Iterable<StaxNavigator<N>> |
StaxNavigator.fork(Axis axis,
N name)
Returns an iterable of stax navigator that is built according to the rules: The current element is added if it matches the specified name. Subsequent elements are found thanks to the provided axis. |
N |
StaxNavigator.navigate(Axis axis)
Navigates to the next element according to the axis argument and returns its name or null if the end of the stream is reached. |
boolean |
StaxNavigator.navigate(Axis axis,
N name)
Attempt to navigate to the next element according to the axis argument having the specified name. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||