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

dsDOMImplementation.h

Go to the documentation of this file.
00001 /*
00002  * $Id: dsDOMImplementation.h,v 1.1 2002/09/05 18:31:42 dsamersoff Exp $
00003  */
00004 #ifndef dsDOMImplementation_h
00005 #define dsDOMImplementation_h
00006 
00007 #include <dsNode.h>
00008 #include <dsDocument.h>
00009 
00010 class dsDOMImplementation 
00011 {
00012 protected:
00013   bool             hasFeature(DOMString feature, DOMString version);
00014   dsDocumentType*  createDocumentType(DOMString qualifiedName, DOMString publicId, DOMString systemId);
00015   dsDocument       createDocument(DOMString namespaceURI,  DOMString qualifiedName, dsDocumentType doctype);
00016 };
00017 
00018 #endif 

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