< prev index next >

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

Print this page

        

*** 58,68 **** * <code>NodeFilter</code> that skips all nodes except for Text nodes and * the root node of a document. In the logical view that results, all text * nodes will be siblings and appear as direct children of the root node, no * matter how deeply nested the structure of the original document. * <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 TreeWalker { /** * The <code>root</code> node of the <code>TreeWalker</code>, as specified * when it was created. --- 58,68 ---- * <code>NodeFilter</code> that skips all nodes except for Text nodes and * the root node of a document. In the logical view that results, all text * nodes will be siblings and appear as direct children of the root node, no * matter how deeply nested the structure of the original document. * <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 TreeWalker { /** * The <code>root</code> node of the <code>TreeWalker</code>, as specified * when it was created.
< prev index next >