Uses of Class
javanet.staxutils.SimpleNamespaceContext

Packages that use SimpleNamespaceContext
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 SimpleNamespaceContext in javanet.staxutils
 

Fields in javanet.staxutils declared as SimpleNamespaceContext
protected  SimpleNamespaceContext StAXContentHandler.namespaces
          Stack used to store declared namespaces.
 

Methods in javanet.staxutils that return SimpleNamespaceContext
protected  SimpleNamespaceContext BaseXMLEventWriter.peekNamespaceStack()
          Returns the active SimpleNamespaceContext from the top of the stack.
protected  SimpleNamespaceContext BaseXMLEventWriter.popNamespaceStack()
          Removes the active SimpleNamespaceContext from the top of the stack.
protected  SimpleNamespaceContext BaseXMLEventWriter.pushNamespaceStack()
          Creates a new SimpleNamespaceContext and adds it to the top of the stack.
 

Uses of SimpleNamespaceContext in javanet.staxutils.helpers
 

Subclasses of SimpleNamespaceContext in javanet.staxutils.helpers
 class ElementContext
          Encapsulates access to contextual element information, such as the element name, attributes, and namespaces.