2.3 Extensions to the Node Interface

The Node (IXMLDOMNode) interface implements the Node interface in [DOMLevel2Core:2000]. The interface represents the primary datatype for the entire Document Object Model.

The Node interface is extended by the following attributes. For details, see Attributes.

IDL Definition

 interface Node {
   // Introduced in DOM Level 2:
   readonly attribute  Node                 nodeTypeString;
   read-write attribute  Node               text;
 };