18.4. Specific Node-Type Interfaces
Though it is possible to access the data from the original XML
document using only the Node interface, the DOM
Core provides a number of specific node-type interfaces that simplify
common programming tasks. These specific node types can be divided
into two broad types: structural nodes and content nodes.
 |  |  | 18.3. Node and Other Generic Interfaces |  | 18.5. The DOMImplementation Interface |
Copyright © 2002 O'Reilly & Associates. All rights reserved.
|