A collection of XML items.
|
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.
|