XMLDTDAttributeEnum Object
See Also Example Properties Methods Events
Models an enumerated list of valid attribute values in an XML DTD Attlist declaration.
Class Diagram

Remarks
The object is a collection class for strings which are the enumerated list of valid attribute values 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 IsInList method is used to check an attribute value in the XML document is valid.
|