Microsoft SDK for Java

getElements

This method of the Element interface retrieves an enumeration of the children of this element. Enumeration.nextElement returns Element objects.

Syntax

public Enumeration getElements();

Return Value

Returns an enumeration of child objects. It must not return null. For an easy way to return an empty enumeration, see EnumWrapper.

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