Class ContentHandlerToXMLEventWriter

java.lang.Object
org.xml.sax.helpers.DefaultHandler
javanet.staxutils.ContentHandlerToXMLEventWriter
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ContentHandlerToXMLEventWriter extends DefaultHandler
This is a simple utility class that adapts SAX events into StAX XMLEventWriter events, bridging between the two parser technologies. This ContentHandler does not own the XMLEventWriter. Therefore, it will not close or flush the writer at any point.
Version:
1.0
Author:
Ryan.Shoemaker@Sun.COM