00001 /* 00002 * $Id: dsDocumentFragment.h,v 1.1 2002/09/05 18:31:42 dsamersoff Exp $ 00003 */ 00004 #ifndef dsDocumentFragment_h 00005 #define dsDocumentFragment_h 00006 00007 #include <dsNode.h> 00008 00009 class dsDocumentFragment : public dsNode 00010 { 00011 00012 }; 00013 00014 00015 #endif