Class SaxEventConsumer

java.lang.Object
org.xbib.content.xml.stream.SaxEventConsumer
All Implemented Interfaces:
XMLEventConsumer
Direct Known Subclasses:
SaxEventWriter

public class SaxEventConsumer extends Object implements XMLEventConsumer
Receive and convert StAX events to SAX events.

It's a modification of the code from XMLEventReaderToContentHandler that can be used as XMLEventConsumer since SAX result is not supported by standard XMLOutputFactory.