NodeValue (NotesDOMNode - LotusScript®)
Read-write. The value of this node, depending on its type.
Defined in
Data type
String
Syntax
To get: nodeValue$ = notesDOMNode .NodeValue
To set: notesDOMNode .NodeValue = nodeValue$
Legal values
Class |
Value |
---|---|
The value of the attribute. |
|
The content of the CDATA Section. |
|
The content of the comment. |
|
Null |
|
Null |
|
Null |
|
Null |
|
Null |
|
Null |
|
Null |
|
The entire content excluding the target. |
|
The content of the text node. |
|