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

dsText.h

Go to the documentation of this file.
00001 /*
00002  * $Id: dsText.h,v 1.1 2002/09/05 18:31:42 dsamersoff Exp $
00003  */
00004 #ifndef dsText_h
00005 #define dsText_h
00006 
00007 #include <dsCharacterData.h>
00008 
00009 class dsDocument;
00010 
00011 class dsText : public dsCharacterData 
00012 {
00013   dsText* splitText(unsigned long offset);
00014 
00015 public:
00016   /* internals */
00017   dsText(dsDocument *owner, DOMString data);
00018   dsText(dsDocument *owner, DOMString data, dsNodeTypes type);
00019   dsText();
00020   
00021 
00022   friend class dsDocument;
00023 };
00024 
00025 
00026 
00027 #endif 

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