| Modifier and Type | Class and Description |
|---|---|
static class |
Naming.Enumerated<E extends java.lang.Enum<E>> |
static class |
Naming.Enumerated.Mapped<E extends java.lang.Enum<E> & EnumElement<E>> |
static class |
Naming.Enumerated.Simple<E extends java.lang.Enum<E>>
A naming implementation mapping enum elements to names by doing a lower case conversion
and substituting the hyphen character by the underscore character, for instance the enumeration:
|
static class |
Naming.Local |
static class |
Naming.Qualified |
| Modifier and Type | Method and Description |
|---|---|
Naming<N> |
StaxNavigator.getNaming()
Returns the naming used for this navigator.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
<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.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.