|
The NamedNodeMap object represents a collection of nodes that can be accessed by name. Although the nodes in the collection can also be accessed through an ordinal index, they are not maintained in any particular order, and the indexing serves merely to provide convenient enumeration of the collection.
|
|