|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Naming in org.staxnav |
|---|
| Subclasses of Naming in org.staxnav | |
|---|---|
static class |
Naming.Enumerated<E extends Enum<E>>
|
static class |
Naming.Enumerated.Mapped<E extends Enum<E> & EnumElement<E>>
|
static class |
Naming.Enumerated.Simple<E extends 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
|
| Methods in org.staxnav that return Naming | |
|---|---|
Naming<N> |
StaxNavigatorImpl.getNaming()
|
Naming<N> |
StaxNavigator.getNaming()
Returns the naming used for this navigator. |
| Constructors in org.staxnav with parameters of type Naming | |
|---|---|
StaxNavigatorImpl(Naming<N> naming,
javax.xml.stream.XMLStreamReader stream)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||