The DOMNamedNodeMap interface

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:

DOMNamedNodeMap properties

DOMNamedNodeMap methods


Right arrow
Next Topic
Left arrow
Previous Topic
Table of contents
Table of Contents

Copyright © SoftQuad Software Inc. 1999