XmlStories
A collection of xml stories.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the XmlStory.
XmlStory item( Mixed index )
Returns the XmlStory with the specified index or name.
Parameters
XmlStory itemByName( String name )
Returns the XmlStory with the specified name.
Parameters
XmlStory itemByID( Number id )
Returns the XmlStory with the specified ID.
Parameters
XmlStory itemByRange( Mixed from, Mixed to )
Returns the XmlStories within the specified range.
Parameters
XmlStory firstItem()
Returns the first XmlStory in the collection.
XmlStory lastItem()
Returns the last XmlStory in the collection.
XmlStory middleItem()
Returns the middle XmlStory in the collection.
XmlStory previousItem( XmlStory obj )
Returns the XmlStory with the index previous to the specified index.
Parameters
XmlStory nextItem( XmlStory obj )
Returns the XmlStory whose index follows the specified XmlStory in the collection.
Parameters
XmlStory anyItem()
Returns any XmlStory in the collection.
XmlStory everyItem()
Returns every XmlStory in the collection.
String toSource()
Generates a string which, if executed, will return the XmlStory.
XmlStory []( Number index )
Returns the XmlStory with the specified index.