NotesDOMCharacterDataNode
Methods
| Name | Description |
|---|---|
| AppendData | Appends a string to the end of the character data of the node. |
| DeleteData | Removes a range of characters from the node. |
| InsertData | Inserts a string at the specified offset. |
| ReplaceData | Replaces the characters starting at the specified offset with the specified string. |
| SubstringData | Extracts a range of character data from the node. |