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