Uses of Class
org.jdom.CDATA
Packages that use CDATA
Package
Description
Classes to represent the components of an XML document.
Classes to output JDOM documents to various destinations.
-
Uses of CDATA in org.jdom
-
Uses of CDATA in org.jdom.output
Methods in org.jdom.output with parameters of type CDATAModifier and TypeMethodDescriptionvoidXMLOutputter.output(CDATA cdata, OutputStream out) Print out anode.CDATAvoidPrint out anode.CDATAXMLOutputter.outputString(CDATA cdata) Return a string representing a CDATA node.protected voidXMLOutputter.printCDATA(Writer out, CDATA cdata) This will handle printing oftext.CDATA