XMLDTDElements Object
See Also Example Properties Methods Events
A collection class for XMLDTDElement objects.
Class Diagram

Remarks
This object is a stripped down collection class that provides minimum functionality for retrieving items from the collection.
The number of items in the collection is held in the Count property,
specific members can be returned from the collection using the Item method,
while the entire collection can be iterated using the For Each...Next structure.
|