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

/openjdk7/jaxp/src/org/w3c/dom/
H A DNodeList.java45 * The <code>NodeList</code> interface provides the abstraction of an ordered
47 * is implemented. <code>NodeList</code> objects in the DOM are live.
48 * <p>The items in the <code>NodeList</code> are accessible via an integral
52 public interface NodeList { interface
59 * <code>NodeList</code>, or <code>null</code> if that is not a valid

Completed in 39 milliseconds