com.conradroche.dtd.decl
Interface Comment

All Known Implementing Classes:
Comment

public interface Comment

Interface to hold a comment in the dtd.

Author:
Conrad Roche

Method Summary
 java.lang.String getCommentText()
          Returns the text contained in the comment.
 void setCommentText(java.lang.String commentText)
          Sets the comment text.
 

Method Detail

getCommentText

public java.lang.String getCommentText()
Returns the text contained in the comment.
Returns:
The comment text.

setCommentText

public void setCommentText(java.lang.String commentText)
Sets the comment text.
Parameters:
The - comment text.