XMLItems
See also XMLItem.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLItem [] (index:
number)
Returns the XMLItem with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
XMLItem anyItem ()
Returns any XMLItem in the collection.
number count ()
Displays the number of elements in the XMLItem.
Array of XMLItem everyItem ()
Returns every XMLItem in the collection.
XMLItem firstItem ()
Returns the first XMLItem in the collection.
XMLItem item (index:
varies)
Returns the XMLItem with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
XMLItem itemByID (id:
number)
Returns the XMLItem with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Array of XMLItem itemByRange (from:
varies, to:
varies)
Returns the XMLItems within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String XMLItem | The XMLItem, index, or name at the beginning of the range. Can accept: XMLItem, Long Integer or String. |
to | Long Integer String XMLItem | The XMLItem, index, or name at the end of the range. Can accept: XMLItem, Long Integer or String. |
XMLItem lastItem ()
Returns the last XMLItem in the collection.
XMLItem middleItem ()
Returns the middle XMLItem in the collection.
XMLItem nextItem (obj:
XMLItem)
Returns the XMLItem whose index follows the specified XMLItem in the collection.
Parameter | Type | Description |
---|---|---|
obj | XMLItem | The XMLItem whose index comes before the desired XMLItem. |
XMLItem previousItem (obj:
XMLItem)
Returns the XMLItem with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | XMLItem | The index of the XMLItem that follows the desired XMLItem. |
string toSource ()
Generates a string which, if executed, will return the XMLItem.
Element of
Document.xmlItems
XMLElement.xmlItems
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |