jaxp/src/org/xml/sax/helpers/ParserAdapter.java
changeset 25262 1fe892ba017a
parent 22139 f4b2aa462b46
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    70  * skippedEntity} events, since SAX1 does not make that information available.</p>
    70  * skippedEntity} events, since SAX1 does not make that information available.</p>
    71  *
    71  *
    72  * <p>This adapter does not test for duplicate Namespace-qualified
    72  * <p>This adapter does not test for duplicate Namespace-qualified
    73  * attribute names.</p>
    73  * attribute names.</p>
    74  *
    74  *
    75  * @since SAX 2.0
    75  * @since 1.4, SAX 2.0
    76  * @author David Megginson
    76  * @author David Megginson
    77  * @version 2.0.1 (sax2r2)
    77  * @version 2.0.1 (sax2r2)
    78  * @see org.xml.sax.helpers.XMLReaderAdapter
    78  * @see org.xml.sax.helpers.XMLReaderAdapter
    79  * @see org.xml.sax.XMLReader
    79  * @see org.xml.sax.XMLReader
    80  * @see org.xml.sax.Parser
    80  * @see org.xml.sax.Parser