|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.jdc.xml.Comment
Comment.java is
| Constructor Summary | |
Comment()
Constructs a new XML Comment object. |
|
| Method Summary | |
String |
getText()
Returns the comment text. |
void |
setText(String text)
Sets the comment text. |
String |
toString()
Returns a String representation of this comment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Comment()
Comment object.
| Method Detail |
public String getText()
public void setText(String text)
public String toString()
String representation of this comment.
toString in class ObjectString representation of this comment.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||