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 TypeMethodDescriptionvoidXMLOutputter.output(Comment comment, OutputStream out) Print out a.CommentvoidPrint out a.CommentXMLOutputter.outputString(Comment comment) Return a string representing a comment.protected voidXMLOutputter.printComment(Writer out, Comment comment) This will handle printing of comments.