Package org.apache.axiom.util.stax
Contains StAX utility classes not depending on the Axiom API.
-
Class Summary Class Description DummyLocation DummyLocation
implementation.WrappedTextNodeStreamReader XMLStreamReader
implementation that represents a text node wrapped inside an element.XMLFragmentStreamReader Wrapping XML stream reader that reads a single element from the underlying stream.XMLStreamReaderUtils Contains utility methods to work withXMLStreamReader
objects, including the extension defined byDataHandlerReader
.XMLStreamWriterUtils Contains utility methods to work withXMLStreamWriter
objects.XMLStreamWriterWriter Writer
implementation that writes data asXMLStreamConstants.CHARACTERS
events to anXMLStreamWriter
. -
Exception Summary Exception Description XMLStreamIOException IOException
that wraps anXMLStreamException
.