Documentation
Objects of type DOMElement have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| _node | DOMNode | |
| getAttribute | function | |
| getAttributeNS | function | |
| getAttributeNode | function | |
| getAttributeNodeNS | function | |
| getElementsByTagName | function | |
| getElementsByTagNameNS | function | |
| getTagName | function | |
| hasAttribute | function | |
| hasAttributeNS | function | |
| removeAttribute | function | |
| removeAttributeNS | function | |
| removeAttributeNode | function | |
| setAttribute | function | |
| setAttributeNS | function | |
| setAttributeNode | function | |
| setAttributeNodeNS | function | |
| type | type |
DOMElementvar.getElementsByTagNameNS (
DOMElement ,
string me,
string namespaceURI )
localName
DOMElementvar.setAttributeNS (
DOMElement ,
string me,
string namespaceURI,
string qualifiedName )
value



