- Defining the Document Object Model
- DOM Core Level I
- Creating Document Objects
- Node Interface
- NodeList and NamedNodeMap
- Document Interface
- Element Interface
- Attr Interface
- Additional Interfaces
- Creating DOM Elements
- DOM Level II
- The DOM Core Defined
- Implementation Anomalies
- Summary
- Suggested for Further Study
- Further Reading
Further Reading
The Document Object Model (DOM) Level 1 Specification, Version 1.0. W3C Members. 1-October-1998, W3C. The definitive reference to the DOM Core Level 1. Not for the faint of heart!
The Document Object Model (DOM) Level 2 Specification, Version 1.0 Working Draft. W3C Members. 1-March-1999, W3C. The definitive reference to the DOM Core Level 2. Subject to change.
CORBA-Fundamentals and Programming. JonSeigel. 1996, John Wiley and Sons. An older but still excellent CORBA reference.
COM and DCOM:Microsoft's Vision for Distributed Objects. Roger Sessions. 1998, John Wiley and Sons. An excellent book on COM and distributed objects from the Microsoft perspective. For entry-level to advanced engineers.
Java 2 and JavaScript for C and C++ Programmers. Michale C. Daconta Al Saganich, Eric Monk. 1999, John Wiley and Sons. A must have for those C++ programmers looking to get into Java. For entry-level to advanced C++ engineers moving to Java.