Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

dsComment.h

Go to the documentation of this file.
00001 /*
00002  * $Id: dsComment.h,v 1.1 2002/09/05 18:31:42 dsamersoff Exp $
00003  */
00004 #ifndef dsComment_h
00005 #define dsComment_h
00006 
00007 #include "dsCharacterData.h"
00008 
00009 class dsComment : public dsCharacterData 
00010 {
00011     dsComment(dsDocument *owner, DOMString value);
00012 
00013     friend class dsXMLParser;
00014     friend class dsDocument;
00015 
00016 };
00017    
00018 #endif 

Generated on Mon May 16 18:26:57 2005 for libdms4 by doxygen1.3-rc2