| Frames | No Frames |
Methods with parameter type org.dom4j.Text | |
| Characters | Constructs a STAX Charactersevent from a DOM4J Text. |
| void | Writes the given Text. |
| void | Writes a DOM4J Textto the stream. |
Methods with return type org.dom4j.Text | |
| Text | ProxyDocumentFactory.createText(String text) |
Methods with parameter type org.dom4j.Text | |
| void | Adds the given Text to this element. |
| boolean | Removes the given Text if the node is an immediate child
of this element. |
| void |
Visits the given Text
|
| void | |
Methods with return type org.dom4j.Text | |
| Text | DocumentFactory.createText(String text) |
| Text | DocumentHelper.createText(String text) |