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

dsDocumentType.h

Go to the documentation of this file.
00001 /*
00002  * $Id: dsDocumentType.h,v 1.2 2003/01/20 10:33:49 dsamersoff Exp $
00003  */
00004 #ifndef dsDocumentType_h
00005 #define dsDocumentType_h
00006 
00007 #include <dsNode.h>
00008 
00009 class dsDocumentType : public dsNode 
00010 {
00011   DOMString        name;
00012 
00013   dsNamedNodeMap     entities;
00014   dsNamedNodeMap     notations;
00015   
00016   DOMString        publicId;
00017   DOMString        systemId;
00018   
00019   DOMString        internalSubset;
00020 
00021   dsDocumentType(dsDocument *owner, DOMString name);
00022 
00023 };
00024 
00025 #endif                                          

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