Uses of Class
org.jdom.CDATA

Packages that use CDATA
org.jdom   
org.jdom.input   
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.
 boolean Element.removeContent(CDATA cdata)
           This removes the specified CDATA.
 

Constructors in org.jdom with parameters of type CDATA
IllegalAddException(Element base, CDATA added, java.lang.String reason)
           This will create an Exception indicating that the addition of the CDATA
 

Uses of CDATA in org.jdom.input
 

Methods in org.jdom.input that return CDATA
 CDATA JDOMFactory.cdata(java.lang.String str)
           This creates the CDATA with the supplied text.
 CDATA DefaultJDOMFactory.cdata(java.lang.String text)
           
 

Uses of CDATA in org.jdom.output
 

Methods in org.jdom.output with parameters of type CDATA
 void XMLOutputter.output(CDATA cdata, java.io.OutputStream out)
           Print out a CDATA node.
 void XMLOutputter.output(CDATA cdata, java.io.Writer out)
           Print out a CDATA node.
 java.lang.String XMLOutputter.outputString(CDATA cdata)
           Return a string representing a CDATA node.
protected  void XMLOutputter.printCDATA(CDATA cdata, java.io.Writer out)
           This will handle printing of CDATA text.
 



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