Uses of Interface
com.google.gwt.xml.client.Text
-
Packages that use Text Package Description com.google.gwt.xml.client Basic classes used in XML DOM parsing and XML document generation. -
-
Uses of Text in com.google.gwt.xml.client
Subinterfaces of Text in com.google.gwt.xml.client Modifier and Type Interface Description interface
CDATASection
This node represents escaped character sequences.Methods in com.google.gwt.xml.client that return Text Modifier and Type Method Description Text
Document. createTextNode(java.lang.String data)
This method creates a newText
.Text
Text. splitText(int offset)
Splits the node into two text nodes.
-