CreateElementNode (NotesDOMDocumentNode - LotusScript®)
Creates an element node of the type specified.
Defined in
Syntax
Set notesDOMElementNode = notesDOMDocumentNode .CreateElementNode( elementName )
Parameters
elementName
String. The name of the element type to instantiate.
Return value
notesDOMElementNode
The new NotesDOMElementNode object.
Usage
Sets NodeName to elementName. Sets LocalName, Prefix, and NamespaceURI to an empty string.
For XML, elementName is case-sensitive.