The NamedNodeMap
interface represents a collection of Attr
objects. Objects inside a NamedNodeMap
are not in any particular order, unlike NodeList
, although they may be accessed by an index as in an array.
Documentation NamedNodeMap by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See: