NodeName (NotesDOMNode - LotusScript®)

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

Class

Value

NotesDOMAttributeNode

The value of AttributeName

NotesDOMCDATASectionNode

The literal string "#cdata-section"

NotesDOMCommentNode

The literal string "#comment"

NotesDOMDocumentFragmentNode

The literal string "#document-fragment"

NotesDOMDocumentNode

The literal string "#document"

NotesDOMDocumentTypeNode

The document type name

NotesDOMElementNode

The value of TagName

NotesDOMEntityNode

The entity name

NotesDOMEntityReferenceNode

The name of the entity referenced

NotesDOMNotationNode

The notation name

NotesDOMProcessingInstructionNode

The value of Target

NotesDOMTextNode

The literal string "#text"

NotesDOMXMLDeclNode

The literal string "#xmldecl"

Example