jaxp/src/org/xml/sax/helpers/XMLFilterImpl.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    63  * does nothing but pass requests up to the reader and events
    63  * does nothing but pass requests up to the reader and events
    64  * on to the handlers unmodified, but subclasses can override
    64  * on to the handlers unmodified, but subclasses can override
    65  * specific methods to modify the event stream or the configuration
    65  * specific methods to modify the event stream or the configuration
    66  * requests as they pass through.</p>
    66  * requests as they pass through.</p>
    67  *
    67  *
    68  * @since SAX 2.0
    68  * @since 1.4, SAX 2.0
    69  * @author David Megginson
    69  * @author David Megginson
    70  * @see org.xml.sax.XMLFilter
    70  * @see org.xml.sax.XMLFilter
    71  * @see org.xml.sax.XMLReader
    71  * @see org.xml.sax.XMLReader
    72  * @see org.xml.sax.EntityResolver
    72  * @see org.xml.sax.EntityResolver
    73  * @see org.xml.sax.DTDHandler
    73  * @see org.xml.sax.DTDHandler