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.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLEventReaderToContentHandler
This is a simple utility class that adapts StAX events from an
XMLEventReader to SAX events on a
ContentHandler , bridging between the two
parser technologies. |
class |
XMLStreamReaderToContentHandler
This is a simple utility class that adapts StAX events from an
XMLStreamReader to SAX events on a
ContentHandler , bridging between the two
parser technologies. |