Uses of Class
com.google.gwt.dom.client.Text
-
Packages that use Text Package Description com.google.gwt.dom.client Classes for low-level DOM programming. -
-
Uses of Text in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return Text Modifier and Type Method Description static Text
Text. as(Node node)
Assert that the givenNode
is of typeNode.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.
-