Uses of Class
org.jdom.Text
-
Packages that use Text Package Description 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 Modifier and Type Class Description classCDATAAn XML CDATA section.Methods in org.jdom that return Text Modifier and Type Method Description TextCDATA. setText(java.lang.String str)This will set the value of thisCDATAnode.TextText. setText(java.lang.String str)This will set the value of thisTextnode.TextDefaultJDOMFactory. text(java.lang.String text)TextJDOMFactory. text(java.lang.String str)This creates the Text with the supplied text.TextUncheckedJDOMFactory. text(java.lang.String str)Methods in org.jdom with parameters of type Text Modifier and Type Method Description voidCDATA. append(Text text)This will append the content of anotherTextnode to this node.voidText. append(Text text)This will append the content of anotherTextnode to this node. -
Uses of Text in org.jdom.output
Methods in org.jdom.output with parameters of type Text Modifier and Type Method Description voidXMLOutputter. output(Text text, java.io.OutputStream out)Print out anode.TextvoidXMLOutputter. output(Text text, java.io.Writer out)Print out anode.Textjava.lang.StringXMLOutputter. outputString(Text text)Return a string representing a Text node.protected voidXMLOutputter. printText(java.io.Writer out, Text text)This will handle printing ofstrings.Text
-