Package | Description |
---|---|
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.io |
Utilities for reading and writing XML from various sources.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLStreamEventWriter
XMLEventWriter that writes events to a
XMLStreamWriter . |
Modifier and Type | Class and Description |
---|---|
class |
StreamEventWriter
XMLEventWriter that writes events to a character stream
using XMLEvent.writeAsEncodedUnicode(Writer) . |