|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment | |
| org.jdom | |
| org.jdom.output | |
| Uses of Comment in org.jdom |
| Methods in org.jdom that return Comment | |
Comment |
Comment.setText(java.lang.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. |
Document |
Document.addComment(Comment c)
Deprecated. use addContent(Comment) instead |
Element |
Element.addContent(Comment comment)
This adds a comment as content to this element. |
Element |
Element.addChild(Comment comment)
Deprecated. Use addContent(Comment) instead |
boolean |
Element.removeChild(Comment comment)
Deprecated. Use getMixedContent().remove(comment) instead |
boolean |
Element.removeContent(Comment comment)
Deprecated. Use getMixedContent().remove(comment) instead |
| Uses of Comment in org.jdom.output |
| Methods in org.jdom.output with parameters of type Comment | |
void |
XMLOutputter.output(Comment comment,
java.io.Writer out)
Print out a
|
void |
XMLOutputter.output(Comment comment,
java.io.OutputStream out)
Print out a
|
protected void |
XMLOutputter.printComment(Comment comment,
java.io.Writer out,
int indentLevel)
This will write the comment to the specified writer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||