LOTUSSCRIPT/COM/OLE CLASSES
Note This class is new with Release 6.
Note This class is not supported in COM.
Base class
Inherits from: NotesDOMNode
Derived classes
NotesDOMCommentNode and NotesDOMTextNode inherit from the NotesDOMCharacterDataNode class.
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
SubstringData
Creation and access
The NotesDOMCharacterDataNode class is abstract and you do not create NotesDOMCharacterDataNode objects. Instead, you create objects for a specific derived node class by using the appropriate Create method of the NotesDOMDocumentNode class.
Usage
For more information about the DOM CharacterData interface, see the Document Object Model Core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-FF21A306.
See Also