org.dom4j.tree
public class DefaultCDATA extends FlyweightCDATA
DefaultCDATA
is the default CDATA implementation. It is a
doubly linked node which supports the parent relationship and can be modified
in place.
Version: $Revision: 1.12 $
Constructor Summary | |
---|---|
DefaultCDATA(String text)
DOCUMENT ME!
| |
DefaultCDATA(Element parent, String text)
DOCUMENT ME!
|
Method Summary | |
---|---|
Element | getParent() |
boolean | isReadOnly() |
void | setParent(Element parent) |
void | setText(String text) |
boolean | supportsParent() |
Parameters: text is the CDATA text
Parameters: parent is the parent element text is the CDATA text