XMLItems
A collection of XML items.
XMLItems Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the XML item with the specified index or name. |
| length |
Long |
read |
The number of XML items in the collection. |
XMLItems Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any XML item. |
| firstItem |
Object |
Returns the first XML item. |
| itemByID |
Object |
Returns the XML item with the specified ID. |
| itemByRange |
Objects |
Returns the XML items within the specified range. |
| lastItem |
Object |
Returns the last XML item. |
| middleItem |
Object |
Returns the middle XML item. |
| nextItem |
Object |
Returns the next XML item. |
| previousItem |
Object |
Returns the previous XML item. |
Previous post: XMLPreference
Next post: XMLItem