XML DOM » NamedNodeMap » getQualifiedItem

Compability: Internet Explorer

Syntax:
object.getQualifiedItem(baseName, nameSpaceURI)

This method returns the attribute with the specified namespace and attribute name. The 'nameSpaceURI' parameter is the nameSpace prefix that qualifies the attribute name. Returns null if the item is not an attribute, or is not in the collection. nameSpaceURI)