Uses of Interface
com.google.gwt.xml.client.CharacterData
-
Packages that use CharacterData Package Description 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 Modifier and Type Interface Description 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.
-