Frames | No Frames |
Methods with parameter type org.dom4j.CDATA | |
void | |
Characters | Constructs a STAX Characters event from a DOM4J CDATA . |
void | Generates SAX events for the given CDATA
|
void | Writes the given CDATA . |
void | Writes a DOM4J CDATA to the event stream. |
Methods with return type org.dom4j.CDATA | |
CDATA | ProxyDocumentFactory.createCDATA(String text) |
Methods with parameter type org.dom4j.CDATA | |
void | Adds the given CDATA to this element. |
boolean | Removes the given CDATA if the node is an immediate child
of this element. |
void |
Visits the given CDATA
|
void |
Methods with return type org.dom4j.CDATA | |
CDATA | DocumentFactory.createCDATA(String text) |
CDATA | DocumentHelper.createCDATA(String text) |