Share via


IXMLDOMNamedNodeMap Members

The following tables show the properties, methods, and events for IXMLDOMNamedNodeMap.

This interface inherits from IDispatch.

Property Description
length Indicates the number of items in the collection. Read-only.
Method Description
getNamedItem Retrieves the attribute with the specified name.
getQualifiedItem* Returns the attribute with the specified namespace and attribute name.
item Allows random access to individual nodes within the collection. Read-only.
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 World Wide Web Consortium (W3C) Document Object Model (DOM).

Events

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

See Also

IXMLDOMNamedNodeMap

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.