Inheritance diagram for org::jdom::Comment:
Public Member Functions | |
Comment (String text) | |
String | getValue () |
String | getText () |
Comment | setText (String text) |
String | toString () |
Protected Member Functions | |
Comment () | |
Protected Attributes | |
String | text |
Jason Hunter
|
Default, no-args constructor for implementations to use if needed. |
|
This creates the comment with the supplied text.
|
|
This returns the textual data within the
|
|
Returns the XPath 1.0 string value of this element, which is the text of this comment.
Implements org::jdom::Content. |
|
This will set the value of the
|
|
This returns a
|
|