RemoveAttributeNode (NotesDOMElementNode - LotusScript®)

Removes the specified attribute node.

Defined in

NotesDOMElementNode

Syntax

Set notesDOMAttributeNode = notesDOMElementNode .RemoveAttributeNode( attributenode )

Parameters

attributenode

NotesDOMAttributeNode. The NotesDOMAttributeNode to remove from the attribute list. This object and the calling object must be derived from the same NotesDOMParser object.

Return value

notesDOMAttributeNode

The NotesDOMAttributeNode that was removed.