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