Uses of Class org.jdom.Text

Uses in package org.jdom.output

Methods with parameter type org.jdom.Text

void
XMLOutputter.output(Text text, OutputStream out)
Print out a Text node.
void
XMLOutputter.output(Text text, Writer out)
Print out a Text node.
String
Return a string representing a Text node.
void
XMLOutputter.printText(Text text, Writer out)
This will handle printing of Text strings.

Uses in package org.jdom

Constructors with parameter type org.jdom.Text

IllegalAddException.IllegalAddException(Element base, Text added, String reason)
This will create an Exception indicating that the addition of the Text to the Element is illegal.

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 Element.
Text
Text.setText(String str)
This will set the value of this Text node.

Uses in package org.jdom.input

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.

Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.