GWT 2.7.0

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

Packages that use CharacterData
com.google.gwt.xml.client Basic classes used in XML DOM parsing and XML document generation. 
 

Uses of CharacterData in com.google.gwt.xml.client
 

Subinterfaces of CharacterData in com.google.gwt.xml.client
 interface CDATASection
          This node represents escaped character sequences.
 interface Comment
          This interface describes comment XML nodes.
 interface Text
          This interface describes text nodes, as might occur between tags.
 


GWT 2.7.0