Microsoft SDK for Java

getAttributes

This method of the ElementImpl class retrieves an enumeration for the element attributes. The enumeration returns Attribute objects.

Syntax

public Enumeration getAttributes();

Return Value

Returns the enumeration. This method must not return null (see EnumWrapper for returning empty enumerations).

See Also

Attribute

© 1999 Microsoft Corporation. All rights reserved. Terms of use.