A DOMNamedNodeMap object is an unordered collection of DOMNode objects that can be accessed via their object names. The object names correspond to the nodeName property of the DOMNodes. Individual DOMNodes are obtained using the getNamedItem(strName) property.
Only nodes for which DOMNode.nodeName is meaningful can appear in a DOMNamedNodeMap. In the current implementation, only one property generates a DOMNamedNodeMap object:
Copyright © SoftQuad Software Inc. 1999