4.4 Summary
In this chapter, we explained in detail the use of the Node interface, the most important interface for dealing with a DOM structure, and we showed several ways to use it. We also discussed some specific techniques of DOM.
Note
W3C is working on DOM Level 3, which will define new schema access interfaces and load/save interfaces. With DOM Level 3, we will be able to refer to and modify schema information and achieve parser-independent parsing and generation.
|