Microsoft SDK for Java

getChildren

This method of the Element interface retrieves an element collection of the children of this element. It must not return null. For an empty enumeration, see EnumWrapper.

Syntax

public ElementCollection getChildren();

Return Value

Returns ElementCollection of child objects.

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