|
JDOM 1.1.3 |
|||||||||
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 |
Text.setText(java.lang.String str)
This will set the value of this Text node. |
Text |
CDATA.setText(java.lang.String str)
This will set the value of this CDATA node. |
Text |
UncheckedJDOMFactory.text(java.lang.String str)
|
Text |
JDOMFactory.text(java.lang.String str)
This creates the Text with the supplied text. |
Text |
DefaultJDOMFactory.text(java.lang.String text)
|
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. |
void |
CDATA.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,
java.io.OutputStream out)
Print out a node. |
void |
XMLOutputter.output(Text text,
java.io.Writer out)
Print out a node. |
java.lang.String |
XMLOutputter.outputString(Text text)
Return a string representing a Text node. |
protected void |
XMLOutputter.printText(java.io.Writer out,
Text text)
This will handle printing of strings. |
|
JDOM 1.1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |