lure.dom.element
Contents
Element Object
Desc
Element Properties
Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.
Property | Description | Implemented |
---|---|---|
tagName | Retruns the node's tagName | Yes |
Element Methods
Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.
This Object does not declare additional Methods
Element Inherited Properties
This Object inherits the following properties from DOM Node
Property |
---|
id |
childNodes |
firstChild |
previousSibling |
nextSibling |
lastChild |
nodeName |
nodeType |
nodeValue |
parentNode |
textContent |
text |
xml |
Element Inherited Methods
This Object inherits the following methods from DOM Node
Method |
---|
appendChild() |
cloneNode() |
hasAttributes() |
hasChildNodes() |
insertBefore() |
isEqualNode() |
isSameNode() |
normalize() |
removeChild() |
replaceChild() |
getElementsByTagName() |
getElementsByClassName() |
getElementById() |