Searched defs:NodeList (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DNodeList.java16 * The <code>NodeList</code> interface provides the abstraction of an ordered
18 * is implemented. <code>NodeList</code> objects in the DOM are live.
19 * <p>The items in the <code>NodeList</code> are accessible via an integral
23 public interface NodeList { interface
30 * <code>NodeList</code>, or <code>null</code> if that is not a valid

Completed in 178 milliseconds