This method of the Element interface retrieves an enumeration for the element attributes. The enumeration returns Attribute objects.
public Enumeration getAttributes();
Returns the enumeration. It must not return null. For returning empty enumerations, see EnumWrapper.