ICharacterData
The CharacterData abstract interface represents a Node object that contains characters.
Gets or sets the contained text.
Gets the length of the contained text.
Appends the given value to the Data string.
Removes the specified amount of characters, starting at
the specified offset, from the Data.
Inserts the specified characters, at the specified offset,
in the Data text.
Replaces the specified amount of characters, starting at the
specified offset, with the specified value.
Returns a string containing the part of Data of the specified
length and starting at the specified offset.