-
-
Returns any XMLItem in the collection.
-
-
Displays the number of elements in the XMLItem.
-
-
Returns every XMLItem in the collection.
-
-
Returns the first XMLItem in the collection.
-
-
Returns the XMLItem with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the XMLItem with the specified ID.
-
-
Returns the XMLItems within the specified range.
from
|
The XMLItem, index, or name at the beginning of the range. Can accept: XMLItem, Long Integer or String.
|
to
|
The XMLItem, index, or name at the end of the range. Can accept: XMLItem, Long Integer or String.
|
-
-
Returns the last XMLItem in the collection.
-
-
Returns the middle XMLItem in the collection.
-
-
Returns the XMLItem whose index follows the specified XMLItem in the collection.
obj
|
XMLItem
The XMLItem whose index comes before the desired XMLItem.
|
-
-
Returns the XMLItem with the index previous to the specified index.
obj
|
XMLItem
The index of the XMLItem that follows the desired XMLItem.
|
-
-
Generates a string which, if executed, will return the XMLItem.