Stories

A collection of stories.

Methods:

anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

Story anyItem ()

Returns any Story in the collection.

Number count ()

Displays the number of elements in the Story.

Story everyItem ()

Returns every Story in the collection.

Story firstItem ()

Returns the first Story in the collection.

Story item (index:Varies Long String)

Returns the Story with the specified index or name.

Parameter

Type

Description

index

Long

String

The index or name. Can accept: Long or String.

Story itemByID (id:Number)

Returns the Story with the specified ID.

Parameter

Type

Description

id

Number

The ID.

Story itemByName (name:String)

Returns the Story with the specified name.

Parameter

Type

Description

name

String

The name.

Story itemByRange (from:Varies Long Story String, to:Varies Long Story String)

Returns the Stories within the specified range.

Parameter

Type

Description

from

Long

Story

String

The Story, index, or name at the beginning of the range. Can accept: Story, Long or String.

to

Long

Story

String

The Story, index, or name at the end of the range. Can accept: Story, Long or String.

Story lastItem ()

Returns the last Story in the collection.

Story middleItem ()

Returns the middle Story in the collection.

Story nextItem (obj:Story)

Returns the Story whose index follows the specified Story in the collection.

Parameter

Type

Description

obj

Story

The Story whose index comes before the desired Story.

Story previousItem (obj:Story)

Returns the Story with the index previous to the specified index.

Parameter

Type

Description

obj

Story

The index of the Story that follows the desired Story.

String toSource ()

Generates a string which, if executed, will return the Story.

Object of

Document.stories

XMLElement.stories