LOTUSSCRIPT/COM/OLE CLASSES
Represents the textual content of an element or attribute.
Note This class is new with Release 6.
Note This class is not supported in COM.
Base class
Inherits from: NotesDOMCharacterDataNode
Derived classes
NotesDOMCDATASectionNode inherits from the NotesDOMTextNode class.
Containment
Contained by: NotesDOMAttributeNode, NotesDOMDocumentNode
Properties
Attributes
FirstChild
HasChildNodes
IsNull
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
NumberOfChildNodes
ParentNode
Prefix
PreviousSibling
Methods
AppendChild
AppendData
Clone
DeleteData
InsertData
RemoveChild
ReplaceChild
ReplaceData
SplitText
SubstringData
Creation and access
Use CreateTextNode in the NotesDOMDocumentNode class to create a NotesDOMTextNode object.
Usage
For more information about text, see Document Object Model core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1312295772.
Example See Also