Uses of Class org.jdom.Text

Uses in package org.jdom

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
CDATA.setText(String str)
This will set the value of this CDATA node.
Text
Text.setText(String str)
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
This creates the Text with the supplied 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(Writer out, Text text)
This will handle printing of Text strings.

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