GWT 2.7.0

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

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

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

Methods in com.google.gwt.xml.client that return Comment
 Comment Document.createComment(java.lang.String data)
          This method creates a new Comment.
 


GWT 2.7.0