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

/openjdk7/jaxp/src/org/w3c/dom/traversal/
H A DDocumentTraversal.java42 package org.w3c.dom.traversal;
51 * traversal, which is equivalent to the order in which the start tags occur
97 * <code>root</code> functions as a stopping point for traversal
H A DNodeIterator.java42 package org.w3c.dom.traversal;
54 * document-order traversal of a document subtree. Instances of these
H A DTreeWalker.java42 package org.w3c.dom.traversal;
111 * <code>whatToShow</code> flags. Further traversal occurs relative to
113 * by applying the filters in the requested direction; if no traversal
124 * <code>whatToShow</code> flags. Further traversal occurs relative to
126 * by applying the filters in the requested direction; if no traversal
H A DNodeFilter.java42 package org.w3c.dom.traversal;
50 * node. If the filter says to accept the node, the traversal logic returns
51 * it; otherwise, traversal looks for the next node and pretends that the
103 * or traversal. Since attributes are never children of other nodes,
124 * position of the traversal. Since entities are not part of the
154 * position of the traversal. Since notations are not part of the
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp47 int traversal; member in class:SweeperRecord
58 tty->print_cr("traversal = %d invocation = %d compile_id = %d %s uep = " PTR_FORMAT " vep = "
60 traversal,
111 _records[_sweep_index].traversal = _traversals;
198 tty->print_cr("### Sweep: stack traversal %d", _traversals);
478 // stack traversal after the current one, the nmethod will be marked non-entrant and
574 // traversal cycle and turn it back on if it clears enough space.

Completed in 50 milliseconds