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 interfaceCDATASectionThis node represents escaped character sequences.Methods in com.google.gwt.xml.client that return Text Modifier and Type Method Description TextDocument. createTextNode(java.lang.String data)This method creates a newText.TextText. splitText(int offset)Splits the node into two text nodes.
-