XMLAttributesColl Object
Description
An object representing a collection of element attributes. This object can be accessed using the XMLElement.Attributes method.
Properties
![]() | Returns the number of attributes in the XML attributes collection. |
![]() | Returns the attribute found in the specified position within the XML attributes collection. |
![]() | Returns the attribute with the specified name. |
Count Property
Description
Returns the number of attributes in the XML attributes collection.
Syntax
XMLAttributesColl.Count
Return Value
Number
Item Property
Description
Returns the attribute found in the specified position within the XML attributes collection.
Syntax
XMLAttributesColl.Item (Position)
Argument | Type | Description |
---|---|---|
Position | Number | The location of the attribute to return. |
Return Value
ItemByName Property
Description
Returns the attribute with the specified name.
Syntax
XMLAttributesColl.ItemByName (AttributeName )
Return Value