Java org.jdom2 Comment fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2 Comment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2 Comment.

The text is from its open source code.

Subclass

org.jdom2.Comment has subclasses.
Click this link to see all its subclasses.

Constructor

Comment(String text)
This creates the comment with the supplied text.

Method

StringgetText()
This returns the textual data within the Comment.
StringtoString()
This returns a String representation of the Comment, suitable for debugging.