jaxp/src/org/xml/sax/helpers/XMLReaderAdapter.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    66  * http://xml.org/sax/features/namespace-prefixes property or parsing will fail
    66  * http://xml.org/sax/features/namespace-prefixes property or parsing will fail
    67  * with a {@link org.xml.sax.SAXException SAXException}; if the XMLReader
    67  * with a {@link org.xml.sax.SAXException SAXException}; if the XMLReader
    68  * supports a false value for the http://xml.org/sax/features/namespaces
    68  * supports a false value for the http://xml.org/sax/features/namespaces
    69  * property, that will also be used to improve efficiency.</p>
    69  * property, that will also be used to improve efficiency.</p>
    70  *
    70  *
    71  * @since SAX 2.0
    71  * @since 1.4, SAX 2.0
    72  * @author David Megginson
    72  * @author David Megginson
    73  * @see org.xml.sax.Parser
    73  * @see org.xml.sax.Parser
    74  * @see org.xml.sax.XMLReader
    74  * @see org.xml.sax.XMLReader
    75  */
    75  */
    76 public class XMLReaderAdapter implements Parser, ContentHandler
    76 public class XMLReaderAdapter implements Parser, ContentHandler