Name
MSXML3.0 NamedNodeMap Object
Synopsis
The NamedNodeMap
object is MSXML3.0’s support for namespaces and attribute
nodes.
getNamedItem(name)This method retrieves the attribute with the given name.
getQualifiedItem(baseName, namespaceURI)This method retrieves the attribute but within the given namespace context.
item(index)This method returns the item at the given
index. If there is no such item,Noneis returned.nextNode( )This method returns the next node in the collection.
removeNamedItem(name)This method removes the given item from the node collection.
removeQualifiedItem(name, namespaceURI)This method removes the item from the node collection that also is within the supplied namespace.
reset( )This method resets the iteration count back to zero.
setNamedItem(newItem)This method adds the supplied node into the collection.
lengthThe
lengthattribute contains an integer representing the number of items in the collection.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access