Stylus Studio XML Editor

Table of contents

Appendices

1 Document Object Model Core

Document Object Model Core

Arnaud Le Hors, IBM; Philippe Le Hégaret, W3C; Gavin Nicol, Inso EPS (for DOM Level 1); Lauren Wood, SoftQuad, Inc. (for DOM Level 1); Mike Champion, Arbortext and Software AG (for DOM Level 1 from November 20, 1997); Steve Byrne, JavaSoft (for DOM Level 1 until November 19, 1997)

This specification defines a set of objects and interfaces for accessing and manipulating document objects. The functionality specified (the Core functionality) is sufficient to allow software developers and Web script authors to access and manipulate parsed HTML [HTML40] and XML [XML] content inside conforming products. The DOM Core API also allows creation and population of a Document object using only DOM API calls. A solution for loading a Document and saving it persistently is proposed in [DOMLS].