GWT 2.7.0

Uses of Interface
com.google.gwt.xml.client.Text

Packages that use Text
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
 interface CDATASection
          This node represents escaped character sequences.
 

Methods in com.google.gwt.xml.client that return Text
 Text Document.createTextNode(java.lang.String data)
          This method creates a new Text.
 Text Text.splitText(int offset)
          Splits the node into two text nodes.
 


GWT 2.7.0