org.dom4j.tree
public class FlyweightText extends AbstractText implements Text
FlyweightText
is a Flyweight pattern implementation of a
singly linked, read-only XML Text.
This node could be shared across documents and elements though it does not support the parent relationship.
Version: $Revision: 1.7 $
Field Summary | |
---|---|
protected String | text Text of the Text node |
Constructor Summary | |
---|---|
FlyweightText(String text)
DOCUMENT ME!
|
Method Summary | |
---|---|
protected Node | createXPathResult(Element parent) |
String | getText() |
Text
nodeParameters: text is the Text text