Uses of Class
org.jdom.Comment
Packages that use Comment
Package
Description
Classes to represent the components of an XML document.
Classes to output JDOM documents to various destinations.
-
Uses of Comment in org.jdom
Modifier and TypeMethodDescriptionThis creates the comment with the supplied text.This will set the value of theComment
. -
Uses of Comment in org.jdom.output
Methods in org.jdom.output with parameters of type CommentModifier and TypeMethodDescriptionvoid
XMLOutputter.output
(Comment comment, OutputStream out) Print out a
.Comment
void
Print out a
.Comment
XMLOutputter.outputString
(Comment comment) Return a string representing a comment.protected void
XMLOutputter.printComment
(Writer out, Comment comment) This will handle printing of comments.