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

/dalvik/libcore/xml/src/main/java/org/w3c/dom/traversal/
H A DNodeIterator.java23 * the implementation of the <code>NodeIterator</code>. DOM Level 2
24 * specifies a single <code>NodeIterator</code> implementation for
33 public interface NodeIterator { interface
35 * The root node of the <code>NodeIterator</code>, as specified when it
42 * <code>NodeIterator</code>. The available set of constants is defined
57 * reference nodes are visible to the <code>NodeIterator</code>. If
68 * <code>NodeIterator</code>. To produce a view of the document that has
77 * <code>NodeIterator</code> in the set. After a
78 * <code>NodeIterator</code> is created, the first call to
91 * <code>NodeIterator</cod
[all...]

Completed in 60 milliseconds