| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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<N> |
StaxNavigator.fork(Naming<N> naming,
Axis axis)
Creates a navigator scoped around the currently navigated element.
|
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.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.