PR-DOM-Level-1-19980818
Expanded Table of Contents
Expanded Table of Contents
Copyright Notice
What is the Document Object Model?
Introduction
What the Document Object Model is
What the Document Object Model is not
Where the Document Object Model came from
Entities and the DOM Core
DOM Interfaces and DOM Implementations
Limitations of Level One
Chapter 1: Document Object Model (Core) Level 1
1.1. Overview of the DOM Core Interfaces
1.1.1. The DOM Structure Model
1.1.2. Memory Management
1.1.3. Naming Conventions
1.1.4. Inheritance vs Flattened Views of the API
1.1.5. The wstring type
1.1.6. Case sensitivity in the DOM
1.2. Fundamental Interfaces
1.3. Extended Interfaces
Chapter 2: Document Object Model (HTML) Level 1
2.1. Introduction
2.2. HTML Application of Core DOM
2.2.1. Naming Conventions
2.3. Miscellaneous Object Definitions
2.4. Objects related to HTML documents
2.5. HTML Elements
2.5.1. Property Attributes
2.5.2. Naming Exceptions
2.5.3. Exposing Element Type Names (tagName)
2.5.4. The HTMLElement interface
2.5.5. Object definitions
Appendix A: Contributors
Appendix B: Glossary
Appendix C: IDL Definitions
C.1. Document Object Model Level 1 Core
C.2. Document Object Model Level 1 HTML
Appendix D: Java Language Binding
D.1. Document Object Model Level 1 Core
D.2. Document Object Model Level 1 HTML
Appendix E: ECMA Script Language Binding
E.1. Document Object Model Level 1 Core
E.2. Document Object Model Level 1 HTML
Index
Production Notes
1. The Document Type Definition
2. The production process
3. Object Definitions