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

/libcore/luni/src/main/java/org/w3c/dom/
H A DNamedNodeMap.java16 * Objects implementing the <code>NamedNodeMap</code> interface are used to
18 * <code>NamedNodeMap</code> does not inherit from <code>NodeList</code>;
20 * Objects contained in an object implementing <code>NamedNodeMap</code> may
22 * convenient enumeration of the contents of a <code>NamedNodeMap</code>,
24 * <p><code>NamedNodeMap</code> objects in the DOM are live.
27 public interface NamedNodeMap { interface
60 * doesn't belong in this NamedNodeMap. Examples would include trying
144 * doesn't belong in this NamedNodeMap. Examples would include trying

Completed in 52 milliseconds