Example usage for Java org.jdom2 Comment fields, constructors, methods, implement or subclass
The text is from its open source code.
Comment(String text) This creates the comment with the supplied text. |
String | getText() This returns the textual data within the Comment . |
String | toString() This returns a String representation of the Comment , suitable for debugging. |