jaxp/src/java.xml/share/classes/org/w3c/dom/traversal/TreeWalker.java
changeset 35337 2ba279bcff39
parent 25868 686eef1e7a79
equal deleted inserted replaced
35336:c22ade6e6c86 35337:2ba279bcff39
    58  * <code>NodeFilter</code> that skips all nodes except for Text nodes and
    58  * <code>NodeFilter</code> that skips all nodes except for Text nodes and
    59  * the root node of a document. In the logical view that results, all text
    59  * the root node of a document. In the logical view that results, all text
    60  * nodes will be siblings and appear as direct children of the root node, no
    60  * nodes will be siblings and appear as direct children of the root node, no
    61  * matter how deeply nested the structure of the original document.
    61  * matter how deeply nested the structure of the original document.
    62  * <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>.
    62  * <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>.
    63  * @since 1.9, DOM Level 2
    63  * @since 9, DOM Level 2
    64  */
    64  */
    65 public interface TreeWalker {
    65 public interface TreeWalker {
    66     /**
    66     /**
    67      * The <code>root</code> node of the <code>TreeWalker</code>, as specified
    67      * The <code>root</code> node of the <code>TreeWalker</code>, as specified
    68      * when it was created.
    68      * when it was created.