
Mozilla::DOM::NamedNodeMap
Mozilla::DOM::NamedNodeMap is a wrapper around an instance of Mozilla's nsIDOMNamedNodeMap interface. This class inherits from Supports.
* Objects implementing the nsIDOMNamedNodeMap interface are used to * represent collections of nodes that can be accessed by name. * * For more information on this interface please see * http://www.w3.org/TR/DOM-Level-2-Core/

Pass this to QueryInterface.

- $name (string)
- $namespaceURI (string)
- $localName (string)
- $index (integer (long))
- $name (string)
- $namespaceURI (string)
- $localName (string)
- $arg (Mozilla::DOM::Node)
what is named about this?
- $arg (Mozilla::DOM::Node)


Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.