Uses of Class
javanet.staxutils.helpers.XMLFilterImplEx
Packages that use XMLFilterImplEx
Package
Description
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.
-
Uses of XMLFilterImplEx in javanet.staxutils
Constructors in javanet.staxutils with parameters of type XMLFilterImplExModifierConstructorDescriptionXMLEventReaderToContentHandler(XMLEventReader staxCore, XMLFilterImplEx filter) Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.XMLStreamReaderToContentHandler(XMLStreamReader staxCore, XMLFilterImplEx filter) Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.