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/11/14 00:19:18 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/datatype DatatypeValidator.cpp UnionDatatypeValidator.cpp

peiyongz    2003/11/13 15:19:18

  Modified:    c/src/xercesc/validators/datatype DatatypeValidator.cpp
                        UnionDatatypeValidator.cpp
  Log:
  initSize
  
  Revision  Changes    Path
  1.17      +5 -1      xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidator.cpp
  
  Index: DatatypeValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidator.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- DatatypeValidator.cpp	7 Nov 2003 22:39:41 -0000	1.16
  +++ DatatypeValidator.cpp	13 Nov 2003 23:19:18 -0000	1.17
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.17  2003/11/13 23:19:18  peiyongz
  + * initSize
  + *
    * Revision 1.16  2003/11/07 22:39:41  peiyongz
    * PSVI/schema component model implementation, thanks to David Cargill
    *
  @@ -304,6 +307,7 @@
           fMemoryManager->deallocate(fPattern);//delete [] fPattern;
       if (fTypeName)
           fMemoryManager->deallocate(fTypeName);
  +
   }
   
   /***
  @@ -410,7 +414,7 @@
            *  Deserialize RefHashTableOf<KVStringPair>
            *
            ***/
  -        XTemplateSerializer::loadObject(&fFacets, 3, true, serEng);
  +        XTemplateSerializer::loadObject(&fFacets, 29, true, serEng);
   
           serEng.readString(fPattern);
   
  
  
  
  1.17      +5 -2      xml-xerces/c/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp
  
  Index: UnionDatatypeValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- UnionDatatypeValidator.cpp	12 Nov 2003 20:32:03 -0000	1.16
  +++ UnionDatatypeValidator.cpp	13 Nov 2003 23:19:18 -0000	1.17
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.17  2003/11/13 23:19:18  peiyongz
  + * initSize
  + *
    * Revision 1.16  2003/11/12 20:32:03  peiyongz
    * Statless Grammar: ValidationContext
    *
  @@ -500,7 +503,7 @@
           XTemplateSerializer::loadObject(&fEnumeration, 8, owned, serEng);
   
           owned = fMemberTypesInherited ? true : false;
  -        XTemplateSerializer::loadObject(&fMemberTypeValidators, 8, owned, serEng);
  +        XTemplateSerializer::loadObject(&fMemberTypeValidators, 4, owned, serEng);
   
           fValidatedDatatype = DatatypeValidator::loadDV(serEng);
   
  
  
  

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