LOTUSSCRIPT/COM/OLE CLASSES


NodeName property
Example

Read-only. The name of this node, depending on its type.

Defined in

NotesDOMNode

Data type

String

Syntax

To get: nodeName$ = notesDOMNode.NodeName

Legal values
ClassValue
NotesDOMAttributeNodeThe value of AttributeName
NotesDOMCDATASectionNodeThe literal string "#cdata-section"
NotesDOMCommentNodeThe literal string "#comment"
NotesDOMDocumentFragmentNodeThe literal string "#document-fragment"
NotesDOMDocumentNodeThe literal string "#document"
NotesDOMDocumentTypeNodeThe document type name
NotesDOMElementNodeThe value of TagName
NotesDOMEntityNodeThe entity name
NotesDOMEntityReferenceNodeThe name of the entity referenced
NotesDOMNotationNodeThe notation name
NotesDOMProcessingInstructionNodeThe value of Target
NotesDOMTextNodeThe literal string "#text"
NotesDOMXMLDeclNodeThe literal string "#xmldecl"

Example