SetAttributeNode (NotesDOMElementNode - LotusScript®)
Adds a new attribute node.
Defined in
Syntax
Set notesDOMAttributeNode = notesDOMElementNode .SetAttributeNode( attributeNode )
Parameters
attributeNode
NotesDOMAttributeNode. The attribute node to add to the attribute list. This object and the calling object must be derived from the same NotesDOMParser object.
Return value
notesDOMAttributeNode
NotesDOMAttributeNode. The replaced attribute node.
Usage
Returns null if it does not replace an existing attribute.