Microsoft XML SDK 2.6 - XML Reference

XMLDOMNamedNodeMap Properties, Methods, and Events

Properties

length Indicates the number of items in the collection. Read-only.
item Allows random access to individual nodes within the collection. Read-only.

Methods

getNamedItem Retrieves the attribute with the specified name.
getQualifiedItem* Returns the attribute with the specified namespace and attribute name.
nextNode Returns the next node in the collection.
removeNamedItem Removes an attribute from the collection.
removeQualifiedItem Removes the attribute with the specified namespace and attribute name.
reset Resets the iterator.
setNamedItem Adds the supplied node to the collection.

* denotes an extension to the W3C DOM.

Events

None.

See Also

XMLDOMNamedNodeMap Object