CharacterData
abstract class CharacterData : Node, ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode
The base class for all characterdata implementations.
Gets the string data in this character node.
Gets the number of characters.
Gets the element immediately following in this node's parent's list
of nodes, or null if the current element is the last element in that
list.
Gets the element immediately preceding in this node's parent's list
of nodes, null if the current element is the first element in that
list.
Inserts nodes after the current node.
Appends some data to the character data.
Inserts nodes before the current node.
Deletes some data starting at the given offset with the given
length.
Inserts some data starting at the given offset.
Removes the current element from the parent.
Replaces some data starting at the given offset with the given
length.
Replaces the current node with the nodes.
Returns the substring of the character data starting at the offset.