Uses of Interface
org.w3c.dom.Comment

Packages that use Comment
com.japisoft.fastparser.dom   
org.w3c.dom   
 

Uses of Comment in com.japisoft.fastparser.dom
 

Classes in com.japisoft.fastparser.dom that implement Comment
 class CommentImpl
          Comment
 

Methods in com.japisoft.fastparser.dom that return Comment
 Comment DocumentImpl.createComment(java.lang.String data)
          Creates a Comment node given the specified string.
 

Uses of Comment in org.w3c.dom
 

Methods in org.w3c.dom that return Comment
 Comment Document.createComment(java.lang.String data)
          Creates a Comment node given the specified string.