-
-
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
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the DTD with the specified ID.
-
itemByRange( |
from, to) |
→ DTD |
-
Returns the DTDs within the specified range.
from
|
The DTD, index, or name at the beginning of the range. Can accept: DTD, Long Integer or String.
|
to
|
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.