jaxp/src/org/xml/sax/DocumentHandler.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    60  * supplied by the Parser through the setDocumentLocator method.</p>
    60  * supplied by the Parser through the setDocumentLocator method.</p>
    61  *
    61  *
    62  * @deprecated This interface has been replaced by the SAX2
    62  * @deprecated This interface has been replaced by the SAX2
    63  *             {@link org.xml.sax.ContentHandler ContentHandler}
    63  *             {@link org.xml.sax.ContentHandler ContentHandler}
    64  *             interface, which includes Namespace support.
    64  *             interface, which includes Namespace support.
    65  * @since SAX 1.0
    65  * @since 1.4, SAX 1.0
    66  * @author David Megginson
    66  * @author David Megginson
    67  * @see org.xml.sax.Parser#setDocumentHandler
    67  * @see org.xml.sax.Parser#setDocumentHandler
    68  * @see org.xml.sax.Locator
    68  * @see org.xml.sax.Locator
    69  * @see org.xml.sax.HandlerBase
    69  * @see org.xml.sax.HandlerBase
    70  */
    70  */