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 2001/08/01 20:49:32 UTC

cvs commit: xml-xerces/c/src/validators/schema SchemaSymbols.hpp SchemaSymbols.cpp

peiyongz    01/08/01 11:49:32

  Modified:    c/src/validators/schema SchemaSymbols.hpp SchemaSymbols.cpp
  Log:
  AnyRUIDatatypeValidator
  
  Revision  Changes    Path
  1.10      +2 -1      xml-xerces/c/src/validators/schema/SchemaSymbols.hpp
  
  Index: SchemaSymbols.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/SchemaSymbols.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SchemaSymbols.hpp	2001/07/09 20:07:47	1.9
  +++ SchemaSymbols.hpp	2001/08/01 18:49:32	1.10
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: SchemaSymbols.hpp,v 1.9 2001/07/09 20:07:47 knoaman Exp $
  + * $Id: SchemaSymbols.hpp,v 1.10 2001/08/01 18:49:32 peiyongz Exp $
    */
   
   #if !defined(SCHEMASYMBOLS_HPP)
  @@ -235,6 +235,7 @@
       static const XMLCh fgDT_FLOAT[];
       static const XMLCh fgDT_DOUBLE[];
       static const XMLCh fgDT_URIREFERENCE[];
  +    static const XMLCh fgDT_ANYURI[];
       static const XMLCh fgDT_QNAME[];
       static const XMLCh fgDT_NORMALIZEDSTRING[];
       static const XMLCh fgRegEx_XOption[];
  
  
  
  1.9       +8 -0      xml-xerces/c/src/validators/schema/SchemaSymbols.cpp
  
  Index: SchemaSymbols.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/SchemaSymbols.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SchemaSymbols.cpp	2001/05/16 15:24:51	1.8
  +++ SchemaSymbols.cpp	2001/08/01 18:49:32	1.9
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SchemaSymbols.cpp,v $
  + * Revision 1.9  2001/08/01 18:49:32  peiyongz
  + * AnyRUIDatatypeValidator
  + *
    * Revision 1.8  2001/05/16 15:24:51  tng
    * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
    *
  @@ -1022,6 +1025,11 @@
   {
       chLatin_u, chLatin_r, chLatin_i, chLatin_R, chLatin_e, chLatin_f,
       chLatin_e, chLatin_r, chLatin_e, chLatin_n, chLatin_c, chLatin_e, chNull
  +};
  +
  +const XMLCh SchemaSymbols::fgDT_ANYURI[] =
  +{
  +    chLatin_a, chLatin_n, chLatin_y, chLatin_U, chLatin_R, chLatin_I, chNull
   };
   
   const XMLCh SchemaSymbols::fgDT_QNAME[] =
  
  
  

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