Difference between revisions of "lure.dom.element"
(Created page with "Documentation does not yet exist") |
|||
Line 1: | Line 1: | ||
− | + | == Element Object == | |
+ | |||
+ | Desc | ||
+ | |||
+ | == Element Properties == | ||
+ | |||
+ | Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented. | ||
+ | |||
+ | This Object does not declare additional Properites | ||
+ | |||
+ | == 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 [[lure.dom.node|DOM Node]] | ||
+ | |||
+ | {| | ||
+ | ! align="left" | Property | ||
+ | |- | ||
+ | | id | ||
+ | |- | ||
+ | | childNodes | ||
+ | |- | ||
+ | | firstChild | ||
+ | |- | ||
+ | | previousSibling | ||
+ | |- | ||
+ | | nextSibling | ||
+ | |- | ||
+ | | lastChild | ||
+ | |- | ||
+ | | nodeName | ||
+ | |- | ||
+ | | nodeType | ||
+ | |- | ||
+ | | nodeValue | ||
+ | |- | ||
+ | | parentNode | ||
+ | |- | ||
+ | | textContent | ||
+ | |- | ||
+ | | text | ||
+ | |- | ||
+ | | xml | ||
+ | |} | ||
+ | |||
+ | == Element Inherited Methods == | ||
+ | |||
+ | This Object inherits the following methods from [[lure.dom.node|DOM Node]] | ||
+ | |||
+ | {| | ||
+ | ! align="left" | Method | ||
+ | |- | ||
+ | | appendChild() | ||
+ | |- | ||
+ | | cloneNode() | ||
+ | |- | ||
+ | | hasAttributes() | ||
+ | |- | ||
+ | | hasChildNodes() | ||
+ | |- | ||
+ | | insertBefore() | ||
+ | |- | ||
+ | | isEqualNode() | ||
+ | |- | ||
+ | | isSameNode() | ||
+ | |- | ||
+ | | normalize() | ||
+ | |- | ||
+ | | removeChild() | ||
+ | |- | ||
+ | | replaceChild() | ||
+ | |- | ||
+ | | getElementsByTagName() | ||
+ | |- | ||
+ | | getElementsByClassName() | ||
+ | |- | ||
+ | | getElementById() | ||
+ | |} |
Revision as of 10:16, 5 November 2011
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.
This Object does not declare additional Properites
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() |