NodeValue (NotesDOMNode - LotusScript®)

Read-write. The value of this node, depending on its type.

Defined in

NotesDOMNode

Data type

String

Syntax

To get: nodeValue$ = notesDOMNode .NodeValue

To set: notesDOMNode .NodeValue = nodeValue$

Legal values

Class

Value

NotesDOMAttributeNode

The value of the attribute.

NotesDOMCDATASectionNode

The content of the CDATA Section.

NotesDOMCommentNode

The content of the comment.

NotesDOMDocumentFragmentNode

Null

NotesDOMDocumentNode

Null

NotesDOMDocumentTypeNode

Null

NotesDOMElementNode

Null

NotesDOMEntityNode

Null

NotesDOMEntityReferenceNode

Null

NotesDOMNotationNode

Null

NotesDOMProcessingInstructionNode

The entire content excluding the target.

NotesDOMTextNode

The content of the text node.

NotesDOMXMLDeclNode

Example