2.4.1.1 removeNode

removeNode

The removeNode 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.