XML DOM » NamedNodeMap » removeQualifiedItem

Compability: Internet Explorer

Syntax:
object.removeQualifiedItem(baseName, nameSpaceURI)

This method removes the attribute with the specified namespace and attribute name. The 'nameSpaceURI' parameter is the nameSpace prefix that qualifies the attribute name. Returns the node removed, or null if no node was removed. nameSpaceURI)