Microsoft SDK for Java

removeChild

This method of the Element interface removes a child element from the tree.

Syntax

public void removeChild(Element elem);

Parameters

elem The element to remove.

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