AttributeNodes - cXMLDOMElement

Creates a collection of all attributes

Type: Function

Return Data Type: Handle

Parameters: None

Return Value

Returns a handle to a cXmlDomNamedNodeMap object or zero if no object is created.


Syntax
Function AttributeNodes Returns Handle

Call: Get AttributeNodes to HandleVariable


Description

AttributeNodes is used to create a collection of all attributes. The attributes are returned as an object of class cXmlDomNamedNodeMap.

Get AttributeNodes of hoElement to hoAllAttributes