XMLItems
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
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:
any)
Returns the XMLItem with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long or String. |
XMLItem itemByID (id:
number)
Returns the XMLItem with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
XMLItem itemByName (name:
string)
Returns the XMLItem with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of XMLItem itemByRange (from:
any, to:
any)
Returns the XMLItems within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long String XMLItem | The XMLItem, index, or name at the beginning of the range. Can accept: XMLItem, Long or String. |
to | Long String XMLItem | The XMLItem, index, or name at the end of the range. Can accept: XMLItem, Long 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
XMLItem.xmlItems
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |