JavaScript DOM

Element

Node
  |
  +--Element
Direct Known Subclasses:
HTMLElement

Fields
readonly String tagName
 
Fields inherited from Node
attributes, childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentElement, parentNode, previousSibling
 
Methods
String getAttribute(String name)
NodeList getElementsByTagName(String name)
          Stub
void normalize()
          Stub
void removeAttribute(String name)
void setAttribute(String name, String value)
 
Methods inherited from Node
appendChild, cloneNode, hasChildNodes, insertBefore, removeChild, removeNode, replaceChild
 

JavaScript DOM