DTDs

A collection of DTDs.

Methods:

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

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

DTD [] (index:Number)

Returns the DTD with the specified index.

Parameter

Type

Description

index

Number

The index.

DTD anyItem ()

Returns any DTD in the collection.

Number count ()

Displays the number of elements in the DTD.

DTD everyItem ()

Returns every DTD in the collection.

DTD firstItem ()

Returns the first DTD in the collection.

DTD item (index:Varies LongInteger String)

Returns the DTD with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

DTD itemByID (id:Number)

Returns the DTD with the specified ID.

Parameter

Type

Description

id

Number

The ID.

DTD itemByRange (from:Varies DTD LongInteger String, to:Varies DTD LongInteger String)

Returns the DTDs within the specified range.

Parameter

Type

Description

from

DTD

LongInteger

String

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

to

DTD

LongInteger

String

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

DTD lastItem ()

Returns the last DTD in the collection.

DTD middleItem ()

Returns the middle DTD in the collection.

DTD nextItem (obj:DTD)

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

Parameter

Type

Description

obj

DTD

The DTD whose index comes before the desired DTD.

DTD previousItem (obj:DTD)

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

Parameter

Type

Description

obj

DTD

The index of the DTD that follows the desired DTD.

String toSource ()

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

Object of

Document.dtds