peiyongz 2004/04/07 10:17:53 Modified: c/src/xercesc/dom DOMDocument.hpp Log: add createDocumentType extension to create DocumentType owned by the creating Document. Revision Changes Path 1.16 +4 -1 xml-xerces/c/src/xercesc/dom/DOMDocument.hpp Index: DOMDocument.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMDocument.hpp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- DOMDocument.hpp 20 Aug 2003 11:31:22 -0000 1.15 +++ DOMDocument.hpp 7 Apr 2004 17:17:53 -0000 1.16 @@ -873,6 +873,9 @@ */ virtual DOMDocumentType *createDocumentType(const XMLCh *name) = 0; + virtual DOMDocumentType* createDocumentType(const XMLCh *qName, + const XMLCh *publicId, + const XMLCh *systemId) = 0; /** * Non-standard extension.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]