DTDs
A collection of DTDs.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the DTD with the specified index.
Returns any DTD in the collection.
Displays the number of elements in the DTD.
Returns every DTD in the collection.
Returns the first DTD in the collection.
Returns the DTD with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the DTD with the specified ID.
→ DTD[]
Returns the DTDs within the specified range.
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.
Returns the last DTD in the collection.
Returns the middle DTD in the collection.
Returns the DTD whose index follows the specified DTD in the collection.
obj
DTD
The DTD whose index comes before the desired DTD.
Returns the DTD with the index previous to the specified index.
obj
DTD
The index of the DTD that follows the desired DTD.
Generates a string which, if executed, will return the DTD.
Object of 1
Properties elsewhere that hold a DTDs.