|
|
Resource Guide -> DOM Tutorials, XML and Java Tutorials -> Using DOM to Traverse XML
Using DOM to Traverse XML
Date: Mar. 18, 2001 The article begins by identifying several levels of the DOM, with an overview of DOM Level 0 (i.e., the first requirements document, circa Navigator 3.0), and the DOM Level 2 Core, Views, Style, Events, and Traversal-Range Recommendations. The tutorial's examples concentrate on an Apache Software Foundation implementation of the DOM Level 2 Traversal-Range Recommendation, Xerces-J, its NodeIterator interface for traversing a horizontal representation, its TreeWalker interface for traversing a hierarchical representation and its NodeFilter interface for writing filters to determine which elements will be shown. |
|
|
|
|
|
|