stax-utils Root Package
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.
This is a simple utility class that adapts SAX events into StAX
javax.xml.stream.XMLEventWriter events, bridging between
the two parser technologies.
This ContentHandler does not own the XMLEventWriter.
This is a simple utility class that adapts SAX events into StAX
javax.xml.stream.XMLStreamWriter events, bridging between
the two parser technologies.
This ContentHandler does not own the XMLStreamWriter.
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.
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.