XMLDTDAttlist Object
See Also Example Properties Methods Events
Models an XML DTD Attlist declaration.
Class Diagram

Remarks
The object is a collection class for XMLDTDAttribute objects which valid attributes in an XML DTD Attlist declaration.
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.
The AttributeExists method is used to check an attribute of a certain name exists in the collection.
|