JavaScript DOM

Node

Direct Known Subclasses:
CharacterData, Document, Element

Fields
readonly NamedNodeMap attributes
          Does not apply to Document.
readonly NodeList childNodes
readonly Node firstChild
          Does not apply to Document.
readonly Node lastChild
          Does not apply to Document.
readonly Node nextSibling
          Does not apply to Document.
readonly String nodeName
          Does not apply to Document.
readonly number nodeType
          Does not apply to Document.
String nodeValue
          Does not apply to Document.
readonly Document ownerDocument
          Does not apply to Document.
readonly Node parentElement [IE]
          Does not apply to Document.
readonly Node parentNode
          Does not apply to Document.
readonly Node previousSibling
          Does not apply to Document.
 
Methods
Node appendChild(Node newChild)
          Does not apply to Document.
Node cloneNode(boolean deep)
          Stub; Does not apply to Document.
boolean hasChildNodes()
          Does not apply to Document.
Node insertBefore(Node newChild, Node refChild)
          Stub; Does not apply to Document.
Node removeChild(Node oldChild)
          Stub; Does not apply to Document.
Node removeNode(boolean removeChildren)
          Stub; Does not apply to Document.
Node replaceChild(Node newChild, Node refChild)
          Stub; Does not apply to Document.
 

JavaScript DOM