CreateAttributeNode (NotesDOMDocumentNode - LotusScript®)

Creates an attribute node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMAttributeNode = notesDOMDocumentNode .CreateAttributeNode( attributeName )

Parameters

attributeName

String. The name of the attribute.

Return value

notesDOMAttributeNode

The new NotesDOMAttributeNode object.

Usage

Sets NodeName to attributeName. Sets LocalName, Prefix, NamespaceURI, and NodeValue to an empty string.