jaxp/src/org/xml/sax/AttributeList.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    86  * </pre>
    86  * </pre>
    87  *
    87  *
    88  * @deprecated This interface has been replaced by the SAX2
    88  * @deprecated This interface has been replaced by the SAX2
    89  *             {@link org.xml.sax.Attributes Attributes}
    89  *             {@link org.xml.sax.Attributes Attributes}
    90  *             interface, which includes Namespace support.
    90  *             interface, which includes Namespace support.
    91  * @since SAX 1.0
    91  * @since 1.4, SAX 1.0
    92  * @author David Megginson
    92  * @author David Megginson
    93  * @see org.xml.sax.DocumentHandler#startElement startElement
    93  * @see org.xml.sax.DocumentHandler#startElement startElement
    94  * @see org.xml.sax.helpers.AttributeListImpl AttributeListImpl
    94  * @see org.xml.sax.helpers.AttributeListImpl AttributeListImpl
    95  */
    95  */
    96 public interface AttributeList {
    96 public interface AttributeList {