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