Class ForkingFilter

java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader

public class ForkingFilter extends XMLFilterImpl
XMLFilter that can fork an event to another ContentHandler in the middle.

The side handler receives SAX events before the next handler in the filter chain does.

Author:
Kohsuke Kawaguchi