Package | Description |
---|---|
org.jdom |
Classes to represent the components of an XML document.
|
org.jdom.output |
Classes to output JDOM documents to various destinations.
|
Modifier and Type | Method and Description |
---|---|
Comment |
UncheckedJDOMFactory.comment(String str) |
Comment |
JDOMFactory.comment(String text)
This creates the comment with the supplied text.
|
Comment |
DefaultJDOMFactory.comment(String text) |
Comment |
Comment.setText(String text)
This will set the value of the
Comment . |
Modifier and Type | Method and Description |
---|---|
void |
XMLOutputter.output(Comment comment,
OutputStream out)
Print out a
. |
void |
XMLOutputter.output(Comment comment,
Writer out)
Print out a
. |
String |
XMLOutputter.outputString(Comment comment)
Return a string representing a comment.
|
protected void |
XMLOutputter.printComment(Writer out,
Comment comment)
This will handle printing of comments.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.