Node
Node is an interface from which a number of DOM API object types inherit. It allows those types to be treated similarly; for example, inheriting the same set of methods, or being tested in the same way.
Inheritors
Properties
node is a CDATASection node.
Returns the children.
node is a Comment node.
node is a DocumentFragment node.
node is a document.
Set when other is a descendant of node.
Set when other is an ancestor of node.
Set when node and other are not in the same tree.
Set when other is following node.
Set when other is preceding node.
node is a doctype.
node is an element.
Returns the first child.
Returns true if node is connected and false otherwise.
Returns the next sibling.
Returns the node document. Returns null for documents.
Returns the parent element.
Returns the parent.
Returns the previous sibling.
node is a ProcessingInstruction node.
Functions
Returns a bitmask indicating the position of other relative to node.
Returns node's root.
Returns whether node has children.
Returns whether node and otherNode have the same properties.