Microsoft SDK for Java

getAttributes

This method of the Element interface retrieves an enumeration for the element attributes. The enumeration returns Attribute objects.

Syntax

public Enumeration getAttributes();

Return Value

Returns the enumeration. It must not return null. For returning empty enumerations, see EnumWrapper.

See Also

Attribute

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