The Document node contains the entire document, the root node. EG: For XHTML, the root node is <html>.

A Document node has a nodeType=9.

A Document node may have the following kinds of child nodes: Element (maximum of one), ProcessingInstruction, Comment, DocumentType (maximum of one).

Properties

Methods

Page Modified: (Hand noted: 2004-08-04 16:16:52Z) (Auto noted: 2007-11-17 06:41:52Z)