peiyongz 2004/04/07 07:09:22
Modified: c/src/xercesc/framework XMLDTDDescription.hpp
XMLGrammarPool.hpp
Log:
systemId (to replace rootElemName) as DTDGrammar Key
Revision Changes Path
1.3 +8 -4 xml-xerces/c/src/xercesc/framework/XMLDTDDescription.hpp
Index: XMLDTDDescription.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLDTDDescription.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XMLDTDDescription.hpp 14 Oct 2003 15:17:47 -0000 1.2
+++ XMLDTDDescription.hpp 7 Apr 2004 14:09:22 -0000 1.3
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.3 2004/04/07 14:09:22 peiyongz
+ * systemId (to replace rootElemName) as DTDGrammar Key
+ *
* Revision 1.2 2003/10/14 15:17:47 peiyongz
* Implementation of Serialization/Deserialization
*
@@ -106,17 +109,18 @@
// -----------------------------------------------------------------------
//@{
/**
- * getRootName
+ * Getter
*
*/
virtual const XMLCh* getRootName() const = 0;
+ virtual const XMLCh* getSystemId() const = 0;
/**
- * setRootName
+ * Setter
*
*/
virtual void setRootName(const XMLCh* const) = 0;
-
+ virtual void setSystemId(const XMLCh* const) = 0;
//@}
/***
1.12 +5 -2 xml-xerces/c/src/xercesc/framework/XMLGrammarPool.hpp
Index: XMLGrammarPool.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLGrammarPool.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- XMLGrammarPool.hpp 25 Nov 2003 15:10:44 -0000 1.11
+++ XMLGrammarPool.hpp 7 Apr 2004 14:09:22 -0000 1.12
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.12 2004/04/07 14:09:22 peiyongz
+ * systemId (to replace rootElemName) as DTDGrammar Key
+ *
* Revision 1.11 2003/11/25 15:10:44 jberry
* Eliminate some compiler warnings concerning comments inside of comments
*
@@ -233,7 +236,7 @@
* createDTDDescription
*
*/
- virtual XMLDTDDescription* createDTDDescription(const XMLCh* const
rootName) = 0;
+ virtual XMLDTDDescription* createDTDDescription(const XMLCh* const
systemId) = 0;
/**
* createSchemaDescription
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]