IXMLDOMNode is the principal object within the Document Object Model (DOM). Elements, attributes, comments, processing instructions, and every other document component can be represented as an IXMLDOMNode. The DOMDocument object is itself an IXMLDOMNode object, as are the members of node lists and named node maps. The following topics discuss how to use IXMLDOMNode.