import <dom.idl;
|
| readonly attribute unsigned long | length |
| |
Definition at line 316 of file dom.idl.
◆ getNamedItem()
| getter Attr NamedNodeMap::getNamedItem |
( |
DOMString |
name | ) |
|
◆ getNamedItemNS()
| Attr NamedNodeMap::getNamedItemNS |
( |
DOMString? |
namespace, |
|
|
DOMString |
localName |
|
) |
| |
◆ item()
| getter Attr NamedNodeMap::item |
( |
unsigned long |
index | ) |
|
◆ removeNamedItem()
| Attr NamedNodeMap::removeNamedItem |
( |
DOMString |
name | ) |
|
◆ removeNamedItemNS()
| Attr NamedNodeMap::removeNamedItemNS |
( |
DOMString? |
namespace, |
|
|
DOMString |
localName |
|
) |
| |
◆ setNamedItem()
| Attr NamedNodeMap::setNamedItem |
( |
Attr |
attr | ) |
|
◆ setNamedItemNS()
| Attr NamedNodeMap::setNamedItemNS |
( |
Attr |
attr | ) |
|
◆ length
| readonly attribute unsigned long NamedNodeMap::length |
The documentation for this interface was generated from the following file: