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 () |
CDATA
represents character-based content within an XML document represented by JDOM. It is intended to provide a modular, printable method of representing CDATA. Additionally, CDATA
makes no guarantees about the underlying textual representation of character data, but does expose that data as a Java String
.
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. |