Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
static Text |
Text.as(Node node)
Assert that the given
Node is of type Node.TEXT_NODE and
automatically typecast it. |
Text |
Document.createTextNode(java.lang.String data)
Creates a text node.
|
Text |
Text.splitText(int offset)
Splits the data in this node into two separate text nodes.
|