jaxp/src/org/w3c/dom/DOMStringList.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    46  * ordered collection of <code>DOMString</code> values, without defining or
    46  * ordered collection of <code>DOMString</code> values, without defining or
    47  * constraining how this collection is implemented. The items in the
    47  * constraining how this collection is implemented. The items in the
    48  * <code>DOMStringList</code> are accessible via an integral index, starting
    48  * <code>DOMStringList</code> are accessible via an integral index, starting
    49  * from 0.
    49  * from 0.
    50  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
    50  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
    51  * @since DOM Level 3
    51  * @since 1.5, DOM Level 3
    52  */
    52  */
    53 public interface DOMStringList {
    53 public interface DOMStringList {
    54     /**
    54     /**
    55      *  Returns the <code>index</code>th item in the collection. If
    55      *  Returns the <code>index</code>th item in the collection. If
    56      * <code>index</code> is greater than or equal to the number of
    56      * <code>index</code> is greater than or equal to the number of