Click to return to the XML (Extensible Markup Language) home page    
XMLDOMElement getAttribut...     XMLDOMElement getElements...     XMLDOMElement Object    
Web Workshop  |  XML (Extensible Markup Language)

getAttributeNode Method


Gets the named attribute node.

Syntax

objXMLDOMAttribute = oXMLDOMElement.getAttributeNode(name)

Parameters

name
String specifying the name of the attribute to be retrieved.

Returns

Object. Returns the XMLDOMAttribute object with the supplied name, or NULL if the named attribute cannot be found on this element.

Applies To

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


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.