| Modifier and Type | Method and Description |
|---|---|
StaxNavigator<N> |
StaxNavigator.assertNext(N expectedName)
Assert there is a next element with the expected name.
|
static <N> StaxNavigator<N> |
StaxNavigatorFactory.create(Naming<N> naming,
java.io.InputStream is) |
static <N> StaxNavigator<N> |
StaxNavigatorFactory.create(Naming<N> naming,
java.io.Reader reader) |
static <N> StaxNavigator<N> |
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.
|
<N> StaxNavigator<N> |
StaxNavigator.fork(Naming<N> naming)
Creates a navigator scoped around the currently navigated element.
|
<N> StaxNavigator<N> |
StaxNavigator.fork(Naming<N> naming,
Axis axis)
Creates a navigator scoped around the currently navigated element.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.