Uses of Class
org.jdom.CDATA

Packages that use CDATA
org.jdom   
org.jdom.output   
 

Uses of CDATA in org.jdom
 

Methods in org.jdom with parameters of type CDATA
 Element Element.addContent(CDATA cdata)
           This adds a CDATA section as content to this element.
 

Uses of CDATA in org.jdom.output
 

Methods in org.jdom.output with parameters of type CDATA
 void XMLOutputter.output(CDATA cdata, java.io.Writer out)
           Print out a CDATA
 void XMLOutputter.output(CDATA cdata, java.io.OutputStream out)
           Print out a CDATA
protected  void XMLOutputter.printCDATASection(CDATA cdata, java.io.Writer out, int indentLevel)
           This will handle printing out an CDATA, and its value.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.