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 CDATA
DefaultJDOMFactory. cdata(java.lang.String text)
CDATA
JDOMFactory. cdata(java.lang.String str)
This creates the CDATA with the supplied text.CDATA
UncheckedJDOMFactory. 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 void
XMLOutputter. output(CDATA cdata, java.io.OutputStream out)
Print out a
node.CDATA
void
XMLOutputter. output(CDATA cdata, java.io.Writer out)
Print out a
node.CDATA
java.lang.String
XMLOutputter. outputString(CDATA cdata)
Return a string representing a CDATA node.protected void
XMLOutputter. printCDATA(java.io.Writer out, CDATA cdata)
This will handle printing of
text.CDATA
-