Uses of Interface
javanet.staxutils.ExtendedNamespaceContext

Packages that use ExtendedNamespaceContext
javanet.staxutils Provides a set of utility classes that make it easy for developers to work with JSR-173: Streaming API for XML (StAX) and integrate it into their existing XML processing applications. 
javanet.staxutils.helpers Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations. 
 

Uses of ExtendedNamespaceContext in javanet.staxutils
 

Classes in javanet.staxutils that implement ExtendedNamespaceContext
 class EmptyNamespaceContext
          ExtendedNamespaceContext that contains no namespaces.
 class SimpleNamespaceContext
          Simple NamespaceContext implementation backed by a HashMap.
 

Uses of ExtendedNamespaceContext in javanet.staxutils.helpers
 

Classes in javanet.staxutils.helpers that implement ExtendedNamespaceContext
 class ElementContext
          Encapsulates access to contextual element information, such as the element name, attributes, and namespaces.