| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
Comment | Comment.setText(String text)This will set the value of the Comment. |
| Methods in org.jdom with parameters of type Comment | |
Document | Document.addContent(Comment comment)This will add a comment to the Document. |
boolean | Document.removeContent(Comment comment)This removes the specified Comment. |
Element | Element.addContent(Comment comment)This adds a comment as content to this element. |
boolean | Element.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 | |
void | XMLOutputter.output(Comment comment, OutputStream out)Print out a Comment
|
void | XMLOutputter.output(Comment comment, Writer out)Print out a Comment
|
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||