This is a simple utility class that adapts StAX events from an
javax.xml.stream.XMLStreamReader to SAX events on a
org.xml.sax.ContentHandler , bridging between the two
parser technologies.
author: Ryan.Shoemaker@Sun.COM version: 1.0
Construct a new StAX to SAX adapter that will convert a StAX event
stream into a SAX event stream.
Parameters: staxCore - StAX event source Parameters: filter - SAX event sink