jaxp/src/org/xml/sax/ext/DefaultHandler2.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    53  * <em>ContentHandler.setDocumentLocator()</em> call might be passed a
    53  * <em>ContentHandler.setDocumentLocator()</em> call might be passed a
    54  * {@link Locator2} object, and that the
    54  * {@link Locator2} object, and that the
    55  * <em>ContentHandler.startElement()</em> call might be passed a
    55  * <em>ContentHandler.startElement()</em> call might be passed a
    56  * {@link Attributes2} object.
    56  * {@link Attributes2} object.
    57  *
    57  *
    58  * @since SAX 2.0 (extensions 1.1 alpha)
    58  * @since 1.5, SAX 2.0 (extensions 1.1 alpha)
    59  * @author David Brownell
    59  * @author David Brownell
    60  */
    60  */
    61 public class DefaultHandler2 extends DefaultHandler
    61 public class DefaultHandler2 extends DefaultHandler
    62     implements LexicalHandler, DeclHandler, EntityResolver2
    62     implements LexicalHandler, DeclHandler, EntityResolver2
    63 {
    63 {