Uses of Class org.jdom.Comment

Uses in package org.jdom

Methods with return type org.jdom.Comment

Comment
Comment
JDOMFactory.comment(String text)
This creates the comment with the supplied text.
Comment
This creates the comment with the supplied text.
Comment
Comment.setText(String text)
This will set the value of the Comment.

Uses in package org.jdom.output

Methods with parameter type org.jdom.Comment

void
XMLOutputter.output(Comment comment, OutputStream out)
Print out a Comment.
void
XMLOutputter.output(Comment comment, Writer out)
Print out a Comment.
String
Return a string representing a comment.
void
XMLOutputter.printComment(Writer out, Comment comment)
This will handle printing of comments.

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.