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

getNamedItem Method


Retrieves the attribute with the specified name.

Syntax

objXMLDOMNode = oXMLDOMNamedNodeMap.getNamedItem(name)

Parameters

name
String specifying the name of the attribute.

Returns

Object. Returns the XMLDOMNode object for the specified attribute. Returns NULL if the attribute node is not in this collection.

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.