The Node interface is the primary datatype for the entire Document Object Model. It represents a single node in the document tree. While all objects implementing the Node interface expose methods for dealing with children not all objects implementing the Node interface may have children. For example Text./text nodes may not have children and adding children to such nodes results in a DOMException./domexception being raised....virtual BaseURI { get; } The read-only baseURI property of the Node...ChildNodes { get; } The read-only childNodes property of the Node...