Skip to main content

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$

ClassValue
NotesDOMAttributeNodeThe value of the attribute.
NotesDOMCDATASectionNodeThe content of the CDATA Section.
NotesDOMCommentNodeThe content of the comment.
NotesDOMDocumentFragmentNodeNull
NotesDOMDocumentNodeNull
NotesDOMDocumentTypeNodeNull
NotesDOMElementNodeNull
NotesDOMEntityNodeNull
NotesDOMEntityReferenceNodeNull
NotesDOMNotationNodeNull
NotesDOMProcessingInstructionNodeThe entire content excluding the target.
NotesDOMTextNodeThe content of the text node.
NotesDOMXMLDeclNode

Example