Uses of Interface
com.google.gwt.xml.client.Text
Package
Description
Basic classes used in XML DOM parsing and XML document generation.
-
Uses of Text in com.google.gwt.xml.client
Modifier and TypeInterfaceDescriptioninterface
This node represents escaped character sequences.Modifier and TypeMethodDescriptionDocument.createTextNode
(String data) This method creates a newText
.Text.splitText
(int offset) Splits the node into two text nodes.