Microsoft SDK for Java

getChild

This method of the Element interface retrieves the child element by index.

Syntax

public Element getChild(int index);

Return Value

Returns null if there is no child by that index.

Parameters

index The index of the child element.

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