Uses of Class
org.jdom.Comment

Packages that use Comment
org.jdom 
org.jdom.output 

Uses of Comment in org.jdom
 

Constructors in org.jdom with parameters of type Comment
IllegalAddException.IllegalAddException(Document base, Comment added, String reason)
           This will create an Exception indicating that the addition of the Comment supplied as content to the supplied document is not allowed.
IllegalAddException.IllegalAddException(Element base, Comment added, String reason)
           This will create an Exception indicating that the addition of the Comment supplied as content to the supplied element is not allowed.
 

Methods in org.jdom that return Comment
CommentComment.setText(String text)
           This will set the value of the Comment.
 

Methods in org.jdom with parameters of type Comment
DocumentDocument.addContent(Comment comment)
           This will add a comment to the Document.
booleanDocument.removeContent(Comment comment)
           This removes the specified Comment.
ElementElement.addContent(Comment comment)
           This adds a comment as content to this element.
booleanElement.removeContent(Comment comment)
           This removes the specified Comment.
 

Uses of Comment in org.jdom.output
 

Methods in org.jdom.output with parameters of type Comment
voidXMLOutputter.output(Comment comment, OutputStream out)
           Print out a Comment
voidXMLOutputter.output(Comment comment, Writer out)
           Print out a Comment