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