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