|
JDOM 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
org.jdom | Classes to represent the components of an XML document. |
org.jdom.output | Classes to output JDOM documents to various destinations. |
Uses of Text in org.jdom |
Subclasses of Text in org.jdom | |
class |
CDATA
An XML CDATA section. |
Methods in org.jdom that return Text | |
Text |
UncheckedJDOMFactory.text(String str)
|
Text |
JDOMFactory.text(String str)
This creates the Text with the supplied text. |
Text |
DefaultJDOMFactory.text(String text)
|
Text |
Text.setText(String str)
This will set the value of this Text node. |
Text |
CDATA.setText(String str)
This will set the value of this CDATA node. |
Methods in org.jdom with parameters of type Text | |
void |
Text.append(Text text)
This will append the content of another Text node
to this node. |
Uses of Text in org.jdom.output |
Methods in org.jdom.output with parameters of type Text | |
void |
XMLOutputter.output(Text text,
OutputStream out)
Print out a node. |
void |
XMLOutputter.output(Text text,
Writer out)
Print out a node. |
String |
XMLOutputter.outputString(Text text)
Return a string representing a Text node. |
protected void |
XMLOutputter.printText(Writer out,
Text text)
This will handle printing of strings. |
|
JDOM 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |