jaxp/src/org/xml/sax/ext/Attributes2.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    55  * in the DTD.
    55  * in the DTD.
    56  * Similarly if an attribute's type is anything except CDATA, then it
    56  * Similarly if an attribute's type is anything except CDATA, then it
    57  * must have been declared.
    57  * must have been declared.
    58  * </p>
    58  * </p>
    59  *
    59  *
    60  * @since SAX 2.0 (extensions 1.1 alpha)
    60  * @since 1.5, SAX 2.0 (extensions 1.1 alpha)
    61  * @author David Brownell
    61  * @author David Brownell
    62  */
    62  */
    63 public interface Attributes2 extends Attributes
    63 public interface Attributes2 extends Attributes
    64 {
    64 {
    65     /**
    65     /**