This is a simple utility class that adapts StAX events from an
XMLEventReader to unmarshaller events on a
XmlVisitor , 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: visitor - sink