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, None is 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.

length

The length attribute contains an integer representing the number of items in the collection.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.255.87