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.
|
Constructor and Description |
---|
XMLEventReaderToContentHandler(javax.xml.stream.XMLEventReader staxCore,
XMLFilterImplEx filter)
Construct a new StAX to SAX adapter that will convert a StAX event
stream into a SAX event stream.
|
XMLStreamReaderToContentHandler(javax.xml.stream.XMLStreamReader staxCore,
XMLFilterImplEx filter)
Construct a new StAX to SAX adapter that will convert a StAX event
stream into a SAX event stream.
|