00001 /* 00002 * $Id: dsCDATASection.h,v 1.1 2002/09/05 18:31:42 dsamersoff Exp $ 00003 */ 00004 #ifndef dsCDATAsection_h 00005 #define dsCDATAsection_h 00006 00007 #include <dsText.h> 00008 00009 class dsCDATASection : public dsText 00010 { 00011 dsCDATASection(dsDocument *owner, DOMString value); 00012 00013 friend class dsXMLParser; 00014 friend class dsDocument; 00015 }; 00016 00017 00018 #endif