Uses of Class
org.jdom.CDATA
-
Packages that use CDATA 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 CDATA in org.jdom
Methods in org.jdom that return CDATA Modifier and Type Method Description CDATADefaultJDOMFactory. cdata(java.lang.String text)CDATAJDOMFactory. cdata(java.lang.String str)This creates the CDATA with the supplied text.CDATAUncheckedJDOMFactory. cdata(java.lang.String str) -
Uses of CDATA in org.jdom.output
Methods in org.jdom.output with parameters of type CDATA Modifier and Type Method Description voidXMLOutputter. output(CDATA cdata, java.io.OutputStream out)Print out anode.CDATAvoidXMLOutputter. output(CDATA cdata, java.io.Writer out)Print out anode.CDATAjava.lang.StringXMLOutputter. outputString(CDATA cdata)Return a string representing a CDATA node.protected voidXMLOutputter. printCDATA(java.io.Writer out, CDATA cdata)This will handle printing oftext.CDATA
-