XMLAttributes
A collection of XML attributes.
XMLAttributes Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the XML attribute with the specified index or name. |
| length |
Long |
read |
The number of XML attributes in the collection. |
XMLAttributes Methods
| Method |
Returns |
Description |
| add |
XMLAttribute |
Create a new attribute. |
| anyItem |
Object |
Returns any XML attribute. |
| firstItem |
Object |
Returns the first XML attribute. |
| itemByRange |
Objects |
Returns the XML attributes within the specified range. |
| lastItem |
Object |
Returns the last XML attribute. |
| middleItem |
Object |
Returns the middle XML attribute. |
| nextItem |
Object |
Returns the next XML attribute. |
| previousItem |
Object |
Returns the previous XML attribute. |
Previous post: XMLComment
Next post: XMLAttribute