CharacterData Methods

This class inherits from the Node class.

Method Description
Append Data Appends the string to the end of the character data of the node. Once the method appends the data, the data provides access to the concatenation of data. Details
Delete Data Removes a range of characters from the node. Details
Get Substring Data Extracts a range of data from the node. Details
Insert Data Inserts a string at the specified offset. Details
Replace Data Replaces characters starting at Offset with data you specify. Details