Skip to content

AttributeNodes - cXMLDOMElement

Creates a collection of all attributes

Type: Function
Return Data Type: Handle

Syntax

Function AttributeNodes Returns Handle

Call Example

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

Return Value

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