Inheritance diagram for org::jdom::CDATA:

Public Member Functions | |
| CDATA (String str) | |
| Text | setText (String str) |
| void | append (String str) |
| String | toString () |
Protected Member Functions | |
| CDATA () | |
Brett McLaughlin
Jason Hunter
Bradley S. Huffman
|
|
This is the protected, no-args constructor standard in all JDOM classes. It allows subclassers to get a raw instance with no initialization. |
|
|
This constructor creates a new
|
|
|
This will append character content to whatever content already exists within this
Reimplemented from org::jdom::Text. |
|
|
This will set the value of this
Reimplemented from org::jdom::Text. |
|
|
This returns a
Reimplemented from org::jdom::Text. |
1.3.9.1