|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sjg.xml.Comment
public class Comment
Represent an XML-comment.
Constructor Summary | |
---|---|
Comment(java.lang.String text)
Constructs a new data comment containing the given data. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the text of this comment. |
java.lang.String |
toString()
Returns the data of this data section. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Comment(java.lang.String text)
Method Detail |
---|
public java.lang.String getText()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |