JDOM 1.0 | |
Frames | No Frames |
Methods with parameter type org.jdom.Comment | |
void | Print out a . |
void | Print out a . |
String | Return a string representing a comment. |
void | This will handle printing of comments. |
Methods with return type org.jdom.Comment | |
Comment | DefaultJDOMFactory.comment(String text) |
Comment | JDOMFactory.comment(String text) This creates the comment with the supplied text. |
Comment | UncheckedJDOMFactory.comment(String str) This creates the comment with the supplied text. |
Comment | This will set the value of the Comment . |