ZVON > References > DOM1 Reference

Element (interface)

Type of the interface:   fundamental

Own properties:
attributes  -  tagName
methods  -  getAttribute, setAttribute, removeAttribute, getAttributeNode, setAttributeNode, removeAttributeNode, getElementsByTagName, normalize

Inherited properties:
attributes  -  nodeName, nodeValue, nodeType, parentNode, childNodes, firstChild, lastChild, previousSibling, nextSibling, attributes, ownerDocument
methods  -  insertBefore, replaceChild, removeChild, appendChild, hasChildNodes, cloneNode

Description:
Apart from text, Element nodes are the most common objects in every XML document.