The Element nodes represents elements in documents. EG: An Element node may represent <p> in XHTML or <book> in XML.

An Element node has a nodeType=1.

A Element node may have the following kinds of child nodes: Element, Text, Comment, ProcessingInstruction, CDATASection, EntityReference.

Properties

Methods

Page Modified: (Hand noted: 2007-08-28 19:55:13Z) (Auto noted: 2010-12-24 22:47:57Z)