DTDs
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
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.
Array of DTD everyItem ()
Returns every DTD in the collection.
DTD firstItem ()
Returns the first DTD in the collection.
DTD item (index:
any)
Returns the DTD with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer 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 itemByName (name:
string)
Returns the DTD with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of DTD itemByRange (from:
any, to:
any)
Returns the DTDs within the specified range.
Parameter | Type | Description |
---|---|---|
from | DTD Long Integer String | The DTD, index, or name at the beginning of the range. Can accept: DTD, Long Integer or String. |
to | DTD Long Integer 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.
Element of
Document.dtds
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |