org.dom4j.tree
public class DefaultText extends FlyweightText
DefaultText is the default Text implementation. It is a doubly
linked node which supports the parent relationship and can be modified in
place.
Version: $Revision: 1.11 $
| Constructor Summary | |
|---|---|
| DefaultText(String text)
DOCUMENT ME!
| |
| DefaultText(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 Text text
Parameters: parent is the parent element text is the Text text