You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/10/31 23:17:43 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/DTD DTDElementDecl.cpp DTDEntityDecl.cpp

peiyongz    2003/10/31 14:17:43

  Modified:    c/src/xercesc/validators/DTD DTDElementDecl.cpp
                        DTDEntityDecl.cpp
  Log:
  invoke base's serialize()
  
  Revision  Changes    Path
  1.11      +3 -1      xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.cpp
  
  Index: DTDElementDecl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DTDElementDecl.cpp	21 Oct 2003 10:23:54 -0000	1.10
  +++ DTDElementDecl.cpp	31 Oct 2003 22:17:43 -0000	1.11
  @@ -471,6 +471,8 @@
   void DTDElementDecl::serialize(XSerializeEngine& serEng)
   {
   
  +    XMLElementDecl::serialize(serEng);
  +
       if (serEng.isStoring())
       {
           /***
  
  
  
  1.2       +3 -1      xml-xerces/c/src/xercesc/validators/DTD/DTDEntityDecl.cpp
  
  Index: DTDEntityDecl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDEntityDecl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DTDEntityDecl.cpp	10 Oct 2003 16:24:51 -0000	1.1
  +++ DTDEntityDecl.cpp	31 Oct 2003 22:17:43 -0000	1.2
  @@ -74,6 +74,8 @@
   
   void DTDEntityDecl::serialize(XSerializeEngine& serEng)
   {
  +    XMLEntityDecl::serialize(serEng);
  +
       if (serEng.isStoring())
       {
           serEng<<fDeclaredInIntSubset;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org