.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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