LOTUSSCRIPT/COM/OLE CLASSES


NodeValue property
Example

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
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