2.1.2.6 removeNode

removeNode

The removeNode method removes the specified object from the document hierarchy. The removeNode method is accessible at run time. If elements are removed at run time, before the closing tag is parsed, areas of the document might not render.

Parameters

bRemoveChildren

Optional. A Boolean parameter that specifies one of the following values:

False - Default. The childNodes collection of the object is not removed.

True - The childNodes collection of the object is removed.

Return Value

Returns a reference to the removed object.