JDOM 1.0 | ||
Frames | No Frames |
Classes derived from org.jdom.Text | |
class | An XML CDATA section. |
Methods with parameter type org.jdom.Text | |
void | This will append the content of another Text node
to this node. |
Methods with return type org.jdom.Text | |
Text | This will set the value of this CDATA node. |
Text | This will set the value of this Text node. |
Text | DefaultJDOMFactory.text(String text) |
Text | JDOMFactory.text(String str) This creates the Text with the supplied text. |
Text | UncheckedJDOMFactory.text(String str) This creates the Text with the supplied text. |
Methods with parameter type org.jdom.Text | |
void | Print out a node. |
void | Print out a node. |
String | Return a string representing a Text node. |
void | This will handle printing of strings. |