Microsoft SDK for Java

removeChild

This method of the Document class removes the specified child Element from the Document class.

Syntax

public void removeChild(Element elem);

Parameters

elem The child element to remove.

Overrides

removeChild(Element) in ElementImpl.

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