Returns the count of attributes for an element. After you know the number, you can iterate through the list of attributes.
Property Get IVBSAXAttributes_length() As Long
StrVal = oIVBSAXAttributes.length
If there are no attributes in the collection, returns a "0".
If failed, raises a trappable error.
getURI Method | getLocalName Method | getValue Method | getValueFromName Method | getValueFromQName Method
Applies to: IVBSAXAttributes Interface