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 TypeMethodDescriptionvoid
XMLOutputter.output
(CDATA cdata, OutputStream out) Print out a
node.CDATA
void
Print out a
node.CDATA
XMLOutputter.outputString
(CDATA cdata) Return a string representing a CDATA node.protected void
XMLOutputter.printCDATA
(Writer out, CDATA cdata) This will handle printing of
text.CDATA