< prev index next >

jaxp/src/java.xml/share/classes/org/w3c/dom/traversal/DocumentTraversal.java

Print this page

        

*** 51,61 **** * traversal, which is equivalent to the order in which the start tags occur * in the text representation of the document). In DOMs which support the * Traversal feature, <code>DocumentTraversal</code> will be implemented by * the same objects that implement the Document interface. * <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>. ! * @since 1.9, DOM Level 2 */ public interface DocumentTraversal { /** * Create a new <code>NodeIterator</code> over the subtree rooted at the * specified node. --- 51,61 ---- * traversal, which is equivalent to the order in which the start tags occur * in the text representation of the document). In DOMs which support the * Traversal feature, <code>DocumentTraversal</code> will be implemented by * the same objects that implement the Document interface. * <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>. ! * @since 9, DOM Level 2 */ public interface DocumentTraversal { /** * Create a new <code>NodeIterator</code> over the subtree rooted at the * specified node.
< prev index next >