Uses of Class
org.staxnav.Naming

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> StaxNavigator.getNaming()
          Returns the naming used for this navigator.
 

Methods in org.staxnav with parameters of type Naming
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)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.