org.apache.batik.dom
public abstract class AbstractText extends AbstractCharacterData implements Text
| Method Summary | |
|---|---|
| protected abstract Text | createTextNode(String text)
Creates a text node of the current type. |
| protected Node | getNextLogicallyAdjacentTextNode(Node n)
Get the next logically
adjacent text node. |
| protected Node | getPreviousLogicallyAdjacentTextNode(Node n)
Get the previous logically
adjacent text node. |
| String | getTextContent()
DOM: Implements org.w3c.dom.Node#getTextContent(). |
| String | getWholeText()
DOM: Implements org.w3c.dom.Text#getWholeText(). |
| boolean | isElementContentWhitespace()
DOM: Implements
org.w3c.dom.Text#isElementContentWhitespace(). |
| Text | replaceWholeText(String s)
DOM: Implements org.w3c.dom.Text#replaceWholeText(String). |
| Text | splitText(int offset)
DOM: Implements org.w3c.dom.Text#splitText(int). |