HomeSort by relevance Sort by last modified time
    Searched defs:traversal (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 13 package org.w3c.dom.traversal;
25 * document-order traversal of a document subtree. Instances of these
28 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
NodeFilter.java 13 package org.w3c.dom.traversal;
21 * node. If the filter says to accept the node, the traversal logic returns
22 * it; otherwise, traversal looks for the next node and pretends that the
32 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
76 * or traversal. Since attributes are never children of other nodes,
97 * position of the traversal. Since entities are not part of the
127 * position of the traversal. Since notations are not part of the

Completed in 54 milliseconds