2.3.1.2 removeNode

removeNode

The removeNode method removes the object from the document hierarchy.

Parameters

bRemoveChildren

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

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

True - childNodes collection of the object is removed.

Return Value

Returns a reference to the removed object.