Use IXMLDOMNode
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
.
- Gathering Information About a Node
- Getting and Setting Data Within a Node
- Navigating the Tree
- Manipulating the Children of a Node
- Transforming a Node