The DOMElement represents a collection of DOMNode objects.
Instance Properties
length |
A string denoting the number of objects in the map. |
| Instance Methods
getNamedItem |
Returns a DOMNode specified by name. |
setNamedItem |
Sets the value of an item on the DOMNamedNodeMap object. |
removeNamedItem |
Removes a specified item on the DOMNamedNodeMap. |
item |
Returns an item in the map by its index number. |
getNamedItemsNS |
Retrieves a DOMNode specified by name. |
setNamedItemsNS |
Adds a node using its nodeName property. The node-name parameter is a DOMNode object to be stored in the named node map. The node will later be accessible using the value of the node's nodeName property passed to the getNamedItem method. |
removeNamedItemNS |
Removes a DOMNode object specified by name. |
|
|