CharacterData
The base class for all characterdata implementations.
Gets the string data in this character node.
Gets the number of characters.
public CharacterData()
Creates a new instance of character data.
Appends some data to the character data.
Appends some data to the character data.
Deletes some data starting at the given offset with the given length.
Inserts some data starting at the given offset.
Inserts some data starting at the given offset.
Replaces some data starting at the given offset with the given length.
Returns the substring of the character data starting at the offset.