TextNode
sealed class TextNode : CharacterData, IText, ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode
Represents a text node.
Gets the assigned slot of the current element, if any.
Gets the whole text content of adjacent nodes.
Creates a new text node with the content starting at the specified
offset. Adds the new node to the DOM as a sibling. Truncates the
current node.