Skip to main content

NotesDOMCharacterDataNode

Methods

NameDescription
AppendDataAppends a string to the end of the character data of the node.
DeleteDataRemoves a range of characters from the node.
InsertDataInserts a string at the specified offset.
ReplaceDataReplaces the characters starting at the specified offset with the specified string.
SubstringDataExtracts a range of character data from the node.