Uses of Class org.jdom.CDATA

Uses in package org.jdom

Methods with return type org.jdom.CDATA

CDATA
CDATA
JDOMFactory.cdata(String str)
This creates the CDATA with the supplied text.
CDATA
This creates the CDATA with the supplied text.

Uses in package org.jdom.output

Methods with parameter type org.jdom.CDATA

void
XMLOutputter.output(CDATA cdata, OutputStream out)
Print out a CDATA node.
void
XMLOutputter.output(CDATA cdata, Writer out)
Print out a CDATA node.
String
Return a string representing a CDATA node.
void
XMLOutputter.printCDATA(Writer out, CDATA cdata)
This will handle printing of CDATA text.

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.