NamedNodeMap
The NamedNodeMap
interface provides a mechanism used to retrieve Node
objects from a collection by name.
Although this interface exposes the same methods and attributes as
the NodeList
class, they are
not related. While it is possible to enumerate the nodes in a
NamedNodeMap
using the item( )
method and length
attribute, the nodes are not
guaranteed to be in any particular order.