jaxp/src/org/w3c/dom/NameList.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    46  * collection of parallel pairs of name and namespace values (which could be
    46  * collection of parallel pairs of name and namespace values (which could be
    47  * null values), without defining or constraining how this collection is
    47  * null values), without defining or constraining how this collection is
    48  * implemented. The items in the <code>NameList</code> are accessible via an
    48  * implemented. The items in the <code>NameList</code> are accessible via an
    49  * integral index, starting from 0.
    49  * integral index, starting 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 NameList {
    53 public interface NameList {
    54     /**
    54     /**
    55      *  Returns the <code>index</code>th name item in the collection.
    55      *  Returns the <code>index</code>th name item in the collection.
    56      * @param index Index into the collection.
    56      * @param index Index into the collection.