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/10/03 19:45:06 UTC

cvs commit: xml-xerces/c/src/util XMLExceptMsgs.hpp

peiyongz    01/10/03 10:45:06

  Modified:    c/src/util XMLExceptMsgs.hpp
  Log:
  Invalid_Name, Invalid_Facet_Tag to take 1 parameter
  
  Revision  Changes    Path
  1.24      +51 -50    xml-xerces/c/src/util/XMLExceptMsgs.hpp
  
  Index: XMLExceptMsgs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XMLExceptMsgs.hpp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- XMLExceptMsgs.hpp	2001/09/20 13:11:41	1.23
  +++ XMLExceptMsgs.hpp	2001/10/03 17:45:06	1.24
  @@ -240,56 +240,57 @@
         , VALUE_WS_replaced                  = 229
         , VALUE_WS_collapsed                 = 230
         , VALUE_Invalid_NCName               = 231
  -      , VALUE_ID_Not_Unique                = 232
  -      , VALUE_ENTITY_Invalid               = 233
  -      , VALUE_QName_Invalid                = 234
  -      , VALUE_NOTATION_Invalid             = 235
  -      , VALUE_no_match_memberType          = 236
  -      , VALUE_URI_Malformed                = 237
  -      , XMLNUM_emptyString                 = 238
  -      , XMLNUM_WSString                    = 239
  -      , XMLNUM_2ManyDecPoint               = 240
  -      , XMLNUM_Inv_chars                   = 241
  -      , XMLNUM_null_ptr                    = 242
  -      , XMLNUM_URI_Component_Empty         = 243
  -      , XMLNUM_URI_Component_for_GenURI_Only   = 244
  -      , XMLNUM_URI_Component_Invalid_EscapeSequence   = 245
  -      , XMLNUM_URI_Component_Invalid_Char   = 246
  -      , XMLNUM_URI_Component_Set_Null      = 247
  -      , XMLNUM_URI_Component_Not_Conformant   = 248
  -      , XMLNUM_URI_No_Scheme               = 249
  -      , XMLNUM_URI_NullHost                = 250
  -      , XMLNUM_URI_NullPath                = 251
  -      , XMLNUM_URI_Component_inPath        = 252
  -      , XMLNUM_URI_PortNo_Invalid          = 253
  -      , XMLNUM_DBL_FLT_maxNeg              = 254
  -      , XMLNUM_DBL_FLT_maxPos              = 255
  -      , XMLNUM_DBL_FLT_minNegPos           = 256
  -      , XMLNUM_DBL_FLT_InvalidType         = 257
  -      , XMLNUM_DBL_FLT_No_Exponent         = 258
  -      , Regex_Result_Not_Set               = 259
  -      , Regex_CompactRangesError           = 260
  -      , Regex_MergeRangesTypeMismatch      = 261
  -      , Regex_SubtractRangesError          = 262
  -      , Regex_IntersectRangesError         = 263
  -      , Regex_ComplementRangesInvalidArg   = 264
  -      , Regex_InvalidCategoryName          = 265
  -      , Regex_KeywordNotFound              = 266
  -      , Regex_BadRefNo                     = 267
  -      , Regex_UnknownOption                = 268
  -      , Regex_UnknownTokenType             = 269
  -      , Regex_RangeTokenGetError           = 270
  -      , Regex_NotSupported                 = 271
  -      , Regex_InvalidChildIndex            = 272
  -      , NEL_RepeatedCalls                  = 273
  -      , RethrowError                       = 274
  -      , Out_Of_Memory                      = 275
  -      , DV_InvalidOperation                = 276
  -      , E_HighBounds                       = 277
  -      , W_LowBounds                        = 278
  -      , W_HighBounds                       = 279
  -      , F_LowBounds                        = 280
  -      , F_HighBounds                       = 281
  +      , VALUE_Invalid_Name                 = 232
  +      , VALUE_ID_Not_Unique                = 233
  +      , VALUE_ENTITY_Invalid               = 234
  +      , VALUE_QName_Invalid                = 235
  +      , VALUE_NOTATION_Invalid             = 236
  +      , VALUE_no_match_memberType          = 237
  +      , VALUE_URI_Malformed                = 238
  +      , XMLNUM_emptyString                 = 239
  +      , XMLNUM_WSString                    = 240
  +      , XMLNUM_2ManyDecPoint               = 241
  +      , XMLNUM_Inv_chars                   = 242
  +      , XMLNUM_null_ptr                    = 243
  +      , XMLNUM_URI_Component_Empty         = 244
  +      , XMLNUM_URI_Component_for_GenURI_Only   = 245
  +      , XMLNUM_URI_Component_Invalid_EscapeSequence   = 246
  +      , XMLNUM_URI_Component_Invalid_Char   = 247
  +      , XMLNUM_URI_Component_Set_Null      = 248
  +      , XMLNUM_URI_Component_Not_Conformant   = 249
  +      , XMLNUM_URI_No_Scheme               = 250
  +      , XMLNUM_URI_NullHost                = 251
  +      , XMLNUM_URI_NullPath                = 252
  +      , XMLNUM_URI_Component_inPath        = 253
  +      , XMLNUM_URI_PortNo_Invalid          = 254
  +      , XMLNUM_DBL_FLT_maxNeg              = 255
  +      , XMLNUM_DBL_FLT_maxPos              = 256
  +      , XMLNUM_DBL_FLT_minNegPos           = 257
  +      , XMLNUM_DBL_FLT_InvalidType         = 258
  +      , XMLNUM_DBL_FLT_No_Exponent         = 259
  +      , Regex_Result_Not_Set               = 260
  +      , Regex_CompactRangesError           = 261
  +      , Regex_MergeRangesTypeMismatch      = 262
  +      , Regex_SubtractRangesError          = 263
  +      , Regex_IntersectRangesError         = 264
  +      , Regex_ComplementRangesInvalidArg   = 265
  +      , Regex_InvalidCategoryName          = 266
  +      , Regex_KeywordNotFound              = 267
  +      , Regex_BadRefNo                     = 268
  +      , Regex_UnknownOption                = 269
  +      , Regex_UnknownTokenType             = 270
  +      , Regex_RangeTokenGetError           = 271
  +      , Regex_NotSupported                 = 272
  +      , Regex_InvalidChildIndex            = 273
  +      , NEL_RepeatedCalls                  = 274
  +      , RethrowError                       = 275
  +      , Out_Of_Memory                      = 276
  +      , DV_InvalidOperation                = 277
  +      , E_HighBounds                       = 278
  +      , W_LowBounds                        = 279
  +      , W_HighBounds                       = 280
  +      , F_LowBounds                        = 281
  +      , F_HighBounds                       = 282
       };
   
   };
  
  
  

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