jaxp/src/org/xml/sax/helpers/AttributeListImpl.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    80  *             that interface has been replaced by
    80  *             that interface has been replaced by
    81  *             {@link org.xml.sax.Attributes Attributes},
    81  *             {@link org.xml.sax.Attributes Attributes},
    82  *             which is implemented in the
    82  *             which is implemented in the
    83  *             {@link org.xml.sax.helpers.AttributesImpl
    83  *             {@link org.xml.sax.helpers.AttributesImpl
    84  *            AttributesImpl} helper class.
    84  *            AttributesImpl} helper class.
    85  * @since SAX 1.0
    85  * @since 1.4, SAX 1.0
    86  * @author David Megginson
    86  * @author David Megginson
    87  * @see org.xml.sax.AttributeList
    87  * @see org.xml.sax.AttributeList
    88  * @see org.xml.sax.DocumentHandler#startElement
    88  * @see org.xml.sax.DocumentHandler#startElement
    89  */
    89  */
    90 public class AttributeListImpl implements AttributeList
    90 public class AttributeListImpl implements AttributeList