ZVON > References > DOM2 Reference

Node (interface )

Type of the interface:   fundamental

Own properties:
attributes  -  attributes, childNodes, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling
methods  -  appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild

Description:
The Node interface is the primary datatype for the entire Document Object Model. It represents a single node in the document tree.

Note:
Node is every single part of the document - text, element... See NodeTypes.