Dom Node
# XML DOM - Node Object
* * *
## Node Object
The Node object represents a single node in the document tree.
This node can be: an element node, an attribute node, a text node, and all other node types mentioned in the ( chapter.
Please note that although all objects inherit Node properties/methods for handling parent and child nodes, not all objects can contain parent or child nodes. For example, Tex
YouTip