Uses of Package
javanet.staxutils

Packages that use javanet.staxutils
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. 
javanet.staxutils.io Utilities for reading and writing XML from various sources. 
 

Classes in javanet.staxutils used by javanet.staxutils
BaseXMLEventWriter
          Base class for XMLEventWriter implementations.
BaseXMLOutputFactory
          Base XMLOutputFactory that provides common event functionality.
EmptyNamespaceContext
          ExtendedNamespaceContext that contains no namespaces.
ExtendedLocation
          Extended the Location interface that exposes nested Locations.
ExtendedNamespaceContext
          Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.
Indentation
          Characters that represent line breaks and indentation.
SimpleNamespaceContext
          Simple NamespaceContext implementation backed by a HashMap.
StaticLocation
          Marker interface used to denote Location implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StaticNamespaceContext
          Marker interface used to denote NamespaceContext implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StAXContentHandler
          Base class for SAX-to-STAX bridge classes that provides common functionality.
StAXReaderToContentHandler
          Common API's for adapting StAX events from XMLStreamReader and XMLEventReader into SAX events on the specified ContentHandler.
 

Classes in javanet.staxutils used by javanet.staxutils.helpers
BaseXMLEventReader
          Abstract base class for XMLEventReader implementations.
ExtendedNamespaceContext
          Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.
SimpleNamespaceContext
          Simple NamespaceContext implementation backed by a HashMap.
StaticLocation
          Marker interface used to denote Location implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StaticNamespaceContext
          Marker interface used to denote NamespaceContext implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
 

Classes in javanet.staxutils used by javanet.staxutils.io
BaseXMLEventWriter
          Base class for XMLEventWriter implementations.