SetAttributeNodeNS (NotesDOMElementNode - LotusScript®)

Adds a new attribute node given an attribute node with a namespace and local name.

Note: This method is new with Release 7.

Defined in

NotesDOMElementNode

Syntax

Set notesDOMAttributeNode = notesDOMElementNode .SetAttributeNodeNS( attributeNode )

Parameters

attributeNode

NotesDOMAttributeNode. An existing attribute node. 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.

See NamespaceURI for a discussion of namespaces and qualified names.

Refer to http://www.w3.org/TR/1999/REC-xml-names-19990114/#ns-qualnames for the W3C specification on qualified names. Refer to http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010605/glossary.html#dt-qualifiedname for a definition.