This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
This class is designed to sit between an {@link org.xml.sax.XMLReader XMLReader} and the client application's event handlers. By default, itdoes nothing but pass requests up to the reader and events on to the handlers unmodified, but subclasses can override specific methods to modify the event stream or the configuration requests as they pass through.
@since SAX 2.0 @author David Megginson, sax@megginson.com @version 2.0 @see org.xml.sax.XMLFilter @see org.xml.sax.XMLReader @see org.xml.sax.EntityResolver @see org.xml.sax.DTDHandler @see org.xml.sax.ContentHandler @see org.xml.sax.ErrorHandler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|