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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java19 * $Id: DTMIterator.java 468653 2006-10-28 07:07:05Z minchau $
29 * <p>A DTMIterator is a somewhat unusual type of iterator, in that it
32 * <p>The DTMIterator's traversal semantics, i.e. how it walks the tree,
37 * <p>A DTMIterator is meant to be created once as a master static object, and
41 * <p>At this time, we do not expect DTMIterator to emulate
49 public interface DTMIterator interface
94 * The root node of the <code>DTMIterator</code>, as specified when it
104 * Reset the root node of the <code>DTMIterator</code>, overriding
168 * iterator in the set. After a <code>DTMIterator</code> has setRoot called,
179 * <code>DTMIterator</cod
[all...]

Completed in 53 milliseconds