Uses of Class
org.jdom.Comment
-
Packages that use Comment Package Description org.jdom Classes to represent the components of an XML document.org.jdom.output Classes to output JDOM documents to various destinations. -
-
Uses of Comment in org.jdom
Methods in org.jdom that return Comment Modifier and Type Method Description CommentDefaultJDOMFactory. comment(java.lang.String text)CommentJDOMFactory. comment(java.lang.String text)This creates the comment with the supplied text.CommentUncheckedJDOMFactory. comment(java.lang.String str)CommentComment. setText(java.lang.String text)This will set the value of theComment. -
Uses of Comment in org.jdom.output
Methods in org.jdom.output with parameters of type Comment Modifier and Type Method Description voidXMLOutputter. output(Comment comment, java.io.OutputStream out)Print out a.CommentvoidXMLOutputter. output(Comment comment, java.io.Writer out)Print out a.Commentjava.lang.StringXMLOutputter. outputString(Comment comment)Return a string representing a comment.protected voidXMLOutputter. printComment(java.io.Writer out, Comment comment)This will handle printing of comments.
-