Frames | No Frames |
Methods with parameter type org.dom4j.Text | |
Characters | Constructs a STAX Characters event from a DOM4J Text . |
void | Writes the given Text . |
void | Writes a DOM4J Text to 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) |