XmlStories
See also XmlStory.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XmlStory [] (index:
number)
Returns the XmlStory with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
XmlStory anyItem ()
Returns any XmlStory in the collection.
number count ()
Displays the number of elements in the XmlStory.
Array of XmlStory everyItem ()
Returns every XmlStory in the collection.
XmlStory firstItem ()
Returns the first XmlStory in the collection.
XmlStory item (index:
varies)
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. |
XmlStory itemByID (id:
number)
Returns the XmlStory with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
XmlStory itemByName (name:
string)
Returns the XmlStory with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of XmlStory itemByRange (from:
varies, to:
varies)
Returns the XmlStories within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String XmlStory | The XmlStory, index, or name at the beginning of the range. Can accept: XmlStory, Long Integer or String. |
to | Long Integer String XmlStory | The XmlStory, index, or name at the end of the range. Can accept: XmlStory, Long Integer or String. |
XmlStory lastItem ()
Returns the last XmlStory in the collection.
XmlStory middleItem ()
Returns the middle XmlStory in the collection.
XmlStory nextItem (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. |
XmlStory previousItem (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
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |