Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






ReplaceChild method

Replaces the specified oldChild node with the newChild node in the list of children, and returns the oldChild node.

Defined in

NotesDOMNode

Syntax

Set notesDOMNode = notesDOMNode.ReplaceChild( newChild, oldChild )

Parameters

newChild

NotesDOMNode. The node to put in the child list. This object and the calling object must be derived from the same NotesDOMParser object.

oldChild

NotesDOMNode. The node being replaced in the list. This object and the calling object must be derived from the same NotesDOMParser object.

Return value

notesDOMNode

The replaced node.




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009