XMLAttributes
A collection of XML attributes.
XMLAttributes Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of XMLAttributes. |
| Item |
Object |
read |
Returns the XMLAttribute with the specified index or name as Long or String. |
XMLAttributes Methods
| Method |
Returns |
Description |
| Add |
XMLAttribute |
Create a new attribute. |
| AnyItem |
Object |
Returns any XMLAttribute. |
| FirstItem |
Object |
Returns the first XMLAttribute. |
| ItemByRange |
Objects |
Returns the XMLAttributes within the specified range. |
| LastItem |
Object |
Returns the last XMLAttribute. |
| MiddleItem |
Object |
Returns the middle XMLAttribute. |
| NextItem |
Object |
Returns the next XMLAttribute. |
| PreviousItem |
Object |
Returns the previous XMLAttribute. |
Previous post: XMLComment
Next post: XMLAttribute