jaxp/src/org/xml/sax/Attributes.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    83  * adds the <var>getIndex</var> methods (below).</p>
    83  * adds the <var>getIndex</var> methods (below).</p>
    84  *
    84  *
    85  * <p>The order of attributes in the list is unspecified, and will
    85  * <p>The order of attributes in the list is unspecified, and will
    86  * vary from implementation to implementation.</p>
    86  * vary from implementation to implementation.</p>
    87  *
    87  *
    88  * @since SAX 2.0
    88  * @since 1.4, SAX 2.0
    89  * @author David Megginson
    89  * @author David Megginson
    90  * @see org.xml.sax.helpers.AttributesImpl
    90  * @see org.xml.sax.helpers.AttributesImpl
    91  * @see org.xml.sax.ext.DeclHandler#attributeDecl
    91  * @see org.xml.sax.ext.DeclHandler#attributeDecl
    92  */
    92  */
    93 public interface Attributes
    93 public interface Attributes