Uses of Class
org.cdmckay.coffeedom.CDATA

Packages that use CDATA
org.cdmckay.coffeedom Classes to represent the components of an XML document. 
org.cdmckay.coffeedom.output Classes to output CoffeeDOM documents to various destinations. 
 

Uses of CDATA in org.cdmckay.coffeedom
 

Methods in org.cdmckay.coffeedom that return CDATA
 CDATA UncheckedCoffeeDOMFactory.cdata(String str)
           
 CDATA DefaultCoffeeDOMFactory.cdata(String text)
           
 CDATA CoffeeDOMFactory.cdata(String str)
          This creates the CDATA with the supplied text.
 CDATA CDATA.clone()
           
 CDATA CDATA.detach()
           
protected  CDATA CDATA.setParent(Parent parent)
           
 

Uses of CDATA in org.cdmckay.coffeedom.output
 

Methods in org.cdmckay.coffeedom.output with parameters of type 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 XMLOutputter.outputString(CDATA cdata)
          Return a string representing a CDATA node.
protected  void XMLOutputter.printCDATA(Writer out, CDATA cdata)
          This will handle printing of CDATA text.
 



Copyright © 2011. All Rights Reserved.