LOTUSSCRIPT/COM/OLE CLASSES
Creates an element node of the type specified.
Defined in
NotesDOMDocumentNode
Syntax
Set notesDOMElementNode = notesDOMDocumentNode.CreateElementNode( elementName )
Parameters
elementName
notesDOMElementNode
Sets NodeName to elementName. Sets LocalName, Prefix, and NamespaceURI to an empty string.
For XML, elementName is case-sensitive.
Example