You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/11/15 17:36:36 UTC

cvs commit: xml-xerces/c/src/framework XMLAttDef.hpp XMLAttDef.cpp

knoaman     01/11/15 08:36:36

  Modified:    c/src/framework XMLAttDef.hpp XMLAttDef.cpp
  Log:
  Re-organize constant values.
  
  Revision  Changes    Path
  1.13      +11 -8     xml-xerces/c/src/framework/XMLAttDef.hpp
  
  Index: XMLAttDef.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLAttDef.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XMLAttDef.hpp	2001/08/09 15:23:37	1.12
  +++ XMLAttDef.hpp	2001/11/15 16:36:36	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: XMLAttDef.hpp,v $
  + * Revision 1.13  2001/11/15 16:36:36  knoaman
  + * Re-organize constant values.
  + *
    * Revision 1.12  2001/08/09 15:23:37  knoaman
    * add support for <anyAttribute> declaration.
    *
  @@ -168,14 +171,14 @@
       enum DefAttTypes
       {
           Default                  = 0
  -        , Required               = 1
  -        , Implied                = 2
  -        , Prohibited             = 3
  -        , Fixed                  = 4
  -        , Required_And_Fixed     = 5
  -        , ProcessContents_Strict = 6
  -        , ProcessContents_Lax    = 7
  -        , ProcessContents_Skip   = 8
  +        , Fixed                  = 1
  +        , Required               = 2
  +        , Required_And_Fixed     = 3
  +        , Implied                = 4
  +        , ProcessContents_Strict = 5
  +        , ProcessContents_Lax    = 6
  +        , ProcessContents_Skip   = 7
  +        , Prohibited             = 8
   
           , DefAttTypes_Count
           , DefAttTypes_Min   = 0
  
  
  
  1.10      +2 -2      xml-xerces/c/src/framework/XMLAttDef.cpp
  
  Index: XMLAttDef.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLAttDef.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XMLAttDef.cpp	2001/08/09 15:23:37	1.9
  +++ XMLAttDef.cpp	2001/11/15 16:36:36	1.10
  @@ -55,7 +55,7 @@
    */
   
   /**
  - * $Id: XMLAttDef.cpp,v 1.9 2001/08/09 15:23:37 knoaman Exp $
  + * $Id: XMLAttDef.cpp,v 1.10 2001/11/15 16:36:36 knoaman Exp $
    */
   
   
  @@ -101,10 +101,10 @@
   const XMLCh* const gDefAttTypeStrings[XMLAttDef::DefAttTypes_Count] =
   {
       XMLUni::fgDefaultString
  +    , XMLUni::fgFixedString
       , XMLUni::fgRequiredString
       , XMLUni::fgImpliedString
       , XMLUni::fgImpliedString
  -    , XMLUni::fgFixedString
       , XMLUni::fgImpliedString
       , XMLUni::fgImpliedString
       , XMLUni::fgImpliedString
  
  
  

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