Uses of Interface
org.w3c.dom.Comment

Packages that use Comment
org.apache.xerces.dom   
org.w3c.dom   
 

Uses of Comment in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement Comment
 class CommentImpl
          Represents an XML (or HTML) comment.
 class DeferredCommentImpl
          Represents an XML (or HTML) comment.
 

Methods in org.apache.xerces.dom that return Comment
 Comment CoreDocumentImpl.createComment(java.lang.String data)
          Factory method; creates a Comment having this Document as its OwnerDoc.
 

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.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.