ZVON > References > DOM2 Reference

NamedNodeMap (interface )

Type of the interface:   fundamental

Own properties:
attributes  -  length
methods  -  getNamedItem, getNamedItemNS, item, removeNamedItem, removeNamedItemNS, setNamedItem, setNamedItemNS

Description:
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.

Note:
Note taht NamedNodeMap objects are not maintained in any particular order and in the DOM are live.