Uses of Class
org.jdom.Text
Packages that use Text
Package
Description
Classes to represent the components of an XML document.
Classes to output JDOM documents to various destinations.
-
Uses of Text in org.jdom
Modifier and TypeMethodDescriptionThis will set the value of thisCDATA
node.This will set the value of thisText
node.This creates the Text with the supplied text. -
Uses of Text in org.jdom.output
Methods in org.jdom.output with parameters of type TextModifier and TypeMethodDescriptionvoid
XMLOutputter.output
(Text text, OutputStream out) Print out a
node.Text
void
Print out a
node.Text
XMLOutputter.outputString
(Text text) Return a string representing a Text node.protected void
This will handle printing of
strings.Text