RemoveChild (NotesDOMNode - LotusScript®)
Removes the specified child node from the list of children, and returns it.
Defined in
Syntax
Set notesDOMNode = notesDOMNode .RemoveChild( child )
Parameters
child
NotesDOMNode. The node to remove. This object and the calling object must be derived from the same NotesDOMParser object.
Return value
notesDOMNode
The removed node.