Frames | No Frames |
Constructors with parameter type org.jdom.Text | |
Methods with parameter type org.jdom.Text | |
Element |
This adds text content to this element. |
void | This will append the content of another Text node
to this node. |
boolean |
This removes the specified Text . |
Methods with return type org.jdom.Text | |
Text |
Detaches the Text from its parent, or does nothing
if the Text has no parent. |
Text | This will set the parent of the Text node to the supplied
. |
Text | This will set the value of this Text node. |
Methods with return type org.jdom.Text | |
Text | DefaultJDOMFactory.text(String text)
This creates the Text with the supplied
text. |
Text | JDOMFactory.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. |