00001 /* 00002 * $Id: dsEntity.h,v 1.1 2002/09/05 18:31:42 dsamersoff Exp $ 00003 */ 00004 #ifndef dsEntity_h 00005 #define dsEntity_h 00006 00007 #include <dsNode.h> 00008 00009 class dsEntity : public dsNode 00010 { 00011 DOMString publicId; 00012 DOMString systemId; 00013 DOMString notationName; 00014 00015 dsEntity(dsDocument *owner, DOMString name); 00016 00017 }; 00018 00019 #endif