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 thisCDATAnode.This will set the value of thisTextnode.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 TypeMethodDescriptionvoidXMLOutputter.output(Text text, OutputStream out) Print out anode.TextvoidPrint out anode.TextXMLOutputter.outputString(Text text) Return a string representing a Text node.protected voidThis will handle printing ofstrings.Text