|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StaxNavigator in org.staxnav |
|---|
| Methods in org.staxnav that return StaxNavigator | ||
|---|---|---|
static
|
StaxNavigatorFactory.create(Naming<N> naming,
java.io.InputStream is)
|
|
static
|
StaxNavigatorFactory.create(Naming<N> naming,
java.io.Reader reader)
|
|
static
|
StaxNavigatorFactory.create(Naming<N> naming,
javax.xml.stream.XMLStreamReader stream)
|
|
StaxNavigator<N> |
StaxNavigator.fork()
Creates a navigator scoped around the currently navigated element. |
|
StaxNavigator<N> |
StaxNavigator.fork(Axis axis)
Creates a navigator scoped around the currently navigated element. |
|
| Methods in org.staxnav that return types with arguments of type StaxNavigator | |
|---|---|
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. |
java.lang.Iterable<StaxNavigator<N>> |
StaxNavigator.fork(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 sibling(Object) method.
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||