Click to return to the XML (Extensible Markup Language) home page    
XMLDOMNamedNodeMap getNam...     XMLDOMNamedNodeMap item P...     XMLDOMNamedNodeMap Object    
Web Workshop  |  XML (Extensible Markup Language)

getQualifiedItem Method


Returns the attribute with the specified namespace and attribute name.

Syntax

objXMLDOMNode = 
    oXMLDOMNamedNodeMap.getQualifiedItem(baseName, nameSpaceURI)

Parameters

baseName
String specifying the base name of the attribute, without namespace qualification.
nameSpaceURI
String specifying the namespace prefix that qualifies the attribute name.

Returns

Object. Returns the attribute node specified by the baseName and nameSpaceURI parameters. Returns NULL if the attribute is not in the collection, or if the item is not an attribute.

Remarks

This member is an extension of the W3C DOM.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMNamedNodeMap


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.