A collection of xml stories.
Methods
XmlStoryanyItem ()
Returns any XmlStory in the collection.
number count ()
Displays the number of elements in the XmlStory.
Array of XmlStoryeveryItem ()
Returns every XmlStory in the collection.
XmlStoryfirstItem ()
Returns the first XmlStory in the collection.
XmlStoryitem (index:
any)
Returns the XmlStory with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
XmlStoryitemByID (id:
number)
Returns the XmlStory with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
XmlStoryitemByName (name:
string)
Returns the XmlStory with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of XmlStoryitemByRange (from:
any, to:
any)
Returns the XmlStories within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | XmlStory Long Integer String |
The XmlStory, index, or name at the beginning of the range. Can accept: XmlStory, Long Integer or String. |
| to | XmlStory Long Integer String |
The XmlStory, index, or name at the end of the range. Can accept: XmlStory, Long Integer or String. |
XmlStorylastItem ()
Returns the last XmlStory in the collection.
XmlStorymiddleItem ()
Returns the middle XmlStory in the collection.
XmlStorynextItem (obj:
XmlStory)
Returns the XmlStory whose index follows the specified XmlStory in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | XmlStory | The XmlStory whose index comes before the desired XmlStory. |
XmlStorypreviousItem (obj:
XmlStory)
Returns the XmlStory with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | XmlStory | The index of the XmlStory that follows the desired XmlStory. |
string toSource ()
Generates a string which, if executed, will return the XmlStory.
Element of:
Document.xmlStories