| Frames | No Frames |
Constructors with parameter type org.jdom.Comment | |
Methods with parameter type org.jdom.Comment | |
| Document |
This will add a comment to the Document. |
| Element |
This adds a comment as content to this element. |
| boolean |
This removes the specified Comment. |
| boolean |
This removes the specified Comment. |
Methods with return type org.jdom.Comment | |
| Comment |
This detaches the Comment from its parent, or does
nothing if the Comment has no parent. |
| Comment |
This sets the parent of this comment. |
| Comment |
This will set the parent of this Comment. |
| Comment |
This will set the value of the Comment. |
Methods with return type org.jdom.Comment | |
| Comment | DefaultJDOMFactory.comment(String text)
This creates the comment with the supplied
text. |
| Comment | JDOMFactory.comment(String text)
This creates the comment with the supplied
text. |
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. |