Uses of Class
org.jdom.Comment

Packages that use Comment
org.jdom   
 

Uses of Comment in org.jdom
 

Methods in org.jdom with parameters of type Comment
 Document Document.addComment(Comment comment)
           This will add a comment to the Document.
 Element Element.addChild(Comment comment)
           This will add a Comment as a child of this Element.
 boolean Element.removeChild(Comment comment)
           This will remove the specified Comment.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.