|
|||||||||
| Home >> All >> org >> [ jdom overview ] | PREV NEXT | ||||||||
Uses of Class
org.jdom.Comment
| Uses of Comment in org.jdom |
| Methods in org.jdom that return Comment | |
Comment |
UncheckedJDOMFactory.comment(java.lang.String str)
|
Comment |
JDOMFactory.comment(java.lang.String text)
This creates the comment with the supplied text. |
Comment |
DefaultJDOMFactory.comment(java.lang.String text)
|
Comment |
Comment.setText(java.lang.String text)
This will set the value of the Comment. |
| Constructors in org.jdom with parameters of type Comment | |
IllegalAddException(Element base,
Comment added,
java.lang.String reason)
This will create an Exception indicating
that the addition of the Comment
to the Element is illegal. |
|
IllegalAddException(Comment added,
java.lang.String reason)
This will create an Exception indicating
that the addition of the Comment
to the Document is illegal. |
|
|
|||||||||
| Home >> All >> org >> [ jdom overview ] | PREV NEXT | ||||||||