Uses of Interface org.w3c.dom.Text

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.Text

Text
Creates a Text node given the specified string.
Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
Text
Text.splitText(int offset)
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.