org.jfree.xml.generator.model
public class Comments extends Object
Constructor Summary | |
---|---|
Comments(String[] openTagComment, String[] closeTagComment)
Creates a new set of comments.
|
Method Summary | |
---|---|
String[] | getCloseTagComment()
Returns the close tag comments.
|
String[] | getOpenTagComment()
Returns the open tag comments.
|
String | toString()
Returns a string representation of the set of comments.
|
Parameters: openTagComment the open tag comment. closeTagComment the close tag comment.
Returns: The close tag comments.
Returns: The open tag comments.
Returns: A string.