tng 2002/12/20 13:39:04
Modified: c/src/xercesc/util XMLDOMMsg.hpp XMLExceptMsgs.hpp
Log:
XML 1.1
Revision Changes Path
1.4 +78 -78 xml-xerces/c/src/xercesc/util/XMLDOMMsg.hpp
Index: XMLDOMMsg.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLDOMMsg.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XMLDOMMsg.hpp 17 Dec 2002 12:19:08 -0000 1.3
+++ XMLDOMMsg.hpp 20 Dec 2002 21:39:04 -0000 1.4
@@ -1,78 +1,78 @@
-// This file is generated, don't edit it!!
-
-#if !defined(ERRHEADER_XMLDOMMsg)
-#define ERRHEADER_XMLDOMMsg
-
-#include <xercesc/framework/XMLErrorReporter.hpp>
-#include <xercesc/util/XercesDefs.hpp>
-
-XERCES_CPP_NAMESPACE_BEGIN
-
-class XMLDOMMsg
-{
-public :
- enum Codes
- {
- NoError = 0
- , F_LowBounds = 1
- , DOMEXCEPTION_ERRX = 2
- , INDEX_SIZE_ERR = 3
- , DOMSTRING_SIZE_ERR = 4
- , HIERARCHY_REQUEST_ERR = 5
- , WRONG_DOCUMENT_ERR = 6
- , INVALID_CHARACTER_ERR = 7
- , NO_DATA_ALLOWED_ERR = 8
- , NO_MODIFICATION_ALLOWED_ERR = 9
- , NOT_FOUND_ERR = 10
- , NOT_SUPPORTED_ERR = 11
- , INUSE_ATTRIBUTE_ERR = 12
- , INVALID_STATE_ERR = 13
- , SYNTAX_ERR = 14
- , INVALID_MODIFICATION_ERR = 15
- , NAMESPACE_ERR = 16
- , INVALID_ACCESS_ERR = 17
- , VALIDATION_ERR = 18
- , DOMRANGEEXCEPTION_ERRX = 19
- , BAD_BOUNDARYPOINTS_ERR = 20
- , INVALID_NODE_TYPE_ERR = 21
- , Writer_NestedCDATA = 22
- , Writer_NotRepresentChar = 23
- , Writer_NotRecognizedType = 24
- , F_HighBounds = 25
- , W_LowBounds = 26
- , W_HighBounds = 27
- , E_LowBounds = 28
- , E_HighBounds = 29
- };
-
- static bool isFatal(const XMLDOMMsg::Codes toCheck)
- {
- return ((toCheck >= F_LowBounds) && (toCheck <= F_HighBounds));
- }
-
- static bool isWarning(const XMLDOMMsg::Codes toCheck)
- {
- return ((toCheck >= W_LowBounds) && (toCheck <= W_HighBounds));
- }
-
- static bool isError(const XMLDOMMsg::Codes toCheck)
- {
- return ((toCheck >= E_LowBounds) && (toCheck <= E_HighBounds));
- }
-
- static XMLErrorReporter::ErrTypes errorType(const XMLDOMMsg::Codes toCheck)
- {
- if ((toCheck >= W_LowBounds) && (toCheck <= W_HighBounds))
- return XMLErrorReporter::ErrType_Warning;
- else if ((toCheck >= F_LowBounds) && (toCheck <= F_HighBounds))
- return XMLErrorReporter::ErrType_Fatal;
- else if ((toCheck >= E_LowBounds) && (toCheck <= E_HighBounds))
- return XMLErrorReporter::ErrType_Error;
- return XMLErrorReporter::ErrTypes_Unknown;
- }
-};
-
-XERCES_CPP_NAMESPACE_END
-
-#endif
-
+// This file is generated, don't edit it!!
+
+#if !defined(ERRHEADER_XMLDOMMsg)
+#define ERRHEADER_XMLDOMMsg
+
+#include <xercesc/framework/XMLErrorReporter.hpp>
+#include <xercesc/util/XercesDefs.hpp>
+
+XERCES_CPP_NAMESPACE_BEGIN
+
+class XMLDOMMsg
+{
+public :
+ enum Codes
+ {
+ NoError = 0
+ , F_LowBounds = 1
+ , DOMEXCEPTION_ERRX = 2
+ , INDEX_SIZE_ERR = 3
+ , DOMSTRING_SIZE_ERR = 4
+ , HIERARCHY_REQUEST_ERR = 5
+ , WRONG_DOCUMENT_ERR = 6
+ , INVALID_CHARACTER_ERR = 7
+ , NO_DATA_ALLOWED_ERR = 8
+ , NO_MODIFICATION_ALLOWED_ERR = 9
+ , NOT_FOUND_ERR = 10
+ , NOT_SUPPORTED_ERR = 11
+ , INUSE_ATTRIBUTE_ERR = 12
+ , INVALID_STATE_ERR = 13
+ , SYNTAX_ERR = 14
+ , INVALID_MODIFICATION_ERR = 15
+ , NAMESPACE_ERR = 16
+ , INVALID_ACCESS_ERR = 17
+ , VALIDATION_ERR = 18
+ , DOMRANGEEXCEPTION_ERRX = 19
+ , BAD_BOUNDARYPOINTS_ERR = 20
+ , INVALID_NODE_TYPE_ERR = 21
+ , Writer_NestedCDATA = 22
+ , Writer_NotRepresentChar = 23
+ , Writer_NotRecognizedType = 24
+ , F_HighBounds = 25
+ , W_LowBounds = 26
+ , W_HighBounds = 27
+ , E_LowBounds = 28
+ , E_HighBounds = 29
+ };
+
+ static bool isFatal(const XMLDOMMsg::Codes toCheck)
+ {
+ return ((toCheck >= F_LowBounds) && (toCheck <= F_HighBounds));
+ }
+
+ static bool isWarning(const XMLDOMMsg::Codes toCheck)
+ {
+ return ((toCheck >= W_LowBounds) && (toCheck <= W_HighBounds));
+ }
+
+ static bool isError(const XMLDOMMsg::Codes toCheck)
+ {
+ return ((toCheck >= E_LowBounds) && (toCheck <= E_HighBounds));
+ }
+
+ static XMLErrorReporter::ErrTypes errorType(const XMLDOMMsg::Codes toCheck)
+ {
+ if ((toCheck >= W_LowBounds) && (toCheck <= W_HighBounds))
+ return XMLErrorReporter::ErrType_Warning;
+ else if ((toCheck >= F_LowBounds) && (toCheck <= F_HighBounds))
+ return XMLErrorReporter::ErrType_Fatal;
+ else if ((toCheck >= E_LowBounds) && (toCheck <= E_HighBounds))
+ return XMLErrorReporter::ErrType_Error;
+ return XMLErrorReporter::ErrTypes_Unknown;
+ }
+};
+
+XERCES_CPP_NAMESPACE_END
+
+#endif
+
1.10 +387 -387 xml-xerces/c/src/xercesc/util/XMLExceptMsgs.hpp
Index: XMLExceptMsgs.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLExceptMsgs.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XMLExceptMsgs.hpp 17 Dec 2002 12:19:08 -0000 1.9
+++ XMLExceptMsgs.hpp 20 Dec 2002 21:39:04 -0000 1.10
@@ -1,387 +1,387 @@
-// This file is generated, don't edit it!!
-
-#if !defined(ERRHEADER_XMLExcepts)
-#define ERRHEADER_XMLExcepts
-
-#include <xercesc/util/XercesDefs.hpp>
-
-XERCES_CPP_NAMESPACE_BEGIN
-
-class XMLExcepts
-{
-public :
- enum Codes
- {
- NoError = 0
- , W_LowBounds = 1
- , Scan_CouldNotOpenSource_Warning = 2
- , GC_ExistingGrammar = 3
- , W_HighBounds = 4
- , F_LowBounds = 5
- , Array_BadIndex = 6
- , Array_BadNewSize = 7
- , AttrList_BadIndex = 8
- , AttDef_BadAttType = 9
- , AttDef_BadDefAttType = 10
- , Bitset_BadIndex = 11
- , Bitset_NotEqualSize = 12
- , BufMgr_NoMoreBuffers = 13
- , BufMgr_BufferNotInPool = 14
- , CPtr_PointerIsZero = 15
- , CM_BinOpHadUnaryType = 16
- , CM_MustBeMixedOrChildren = 17
- , CM_NoPCDATAHere = 18
- , CM_NotValidForSpecType = 19
- , CM_UnaryOpHadBinType = 20
- , CM_UnknownCMType = 21
- , CM_UnknownCMSpecType = 22
- , CM_NoParentCSN = 23
- , CM_NotValidSpecTypeForNode = 24
- , DTD_UnknownCreateReason = 25
- , ElemStack_EmptyStack = 26
- , ElemStack_BadIndex = 27
- , ElemStack_StackUnderflow = 28
- , ElemStack_NoParentPushed = 29
- , Enum_NoMoreElements = 30
- , File_CouldNotOpenFile = 31
- , File_CouldNotGetCurPos = 32
- , File_CouldNotCloseFile = 33
- , File_CouldNotSeekToEnd = 34
- , File_CouldNotSeekToPos = 35
- , File_CouldNotDupHandle = 36
- , File_CouldNotReadFromFile = 37
- , File_CouldNotWriteToFile = 38
- , File_CouldNotResetFile = 39
- , File_CouldNotGetSize = 40
- , File_CouldNotGetBasePathName = 41
- , File_BasePathUnderflow = 42
- , Gen_ParseInProgress = 43
- , Gen_NoDTDValidator = 44
- , Gen_CouldNotOpenDTD = 45
- , Gen_CouldNotOpenExtEntity = 46
- , Gen_UnexpectedEOF = 47
- , HshTbl_ZeroModulus = 48
- , HshTbl_BadHashFromKey = 49
- , HshTbl_NoSuchKeyExists = 50
- , Mutex_CouldNotCreate = 51
- , Mutex_CouldNotClose = 52
- , Mutex_CouldNotLock = 53
- , Mutex_CouldNotUnlock = 54
- , Mutex_CouldNotDestroy = 55
- , NetAcc_InternalError = 56
- , NetAcc_LengthError = 57
- , NetAcc_InitFailed = 58
- , NetAcc_TargetResolution = 59
- , NetAcc_CreateSocket = 60
- , NetAcc_ConnSocket = 61
- , NetAcc_WriteSocket = 62
- , NetAcc_ReadSocket = 63
- , Pool_ElemAlreadyExists = 64
- , Pool_BadHashFromKey = 65
- , Pool_InvalidId = 66
- , Pool_ZeroModulus = 67
- , RdrMgr_ReaderIdNotFound = 68
- , Reader_BadAutoEncoding = 69
- , Reader_CouldNotDecodeFirstLine = 70
- , Reader_EOIInMultiSeq = 71
- , Reader_SrcOfsNotSupported = 72
- , Reader_EncodingStrRequired = 73
- , Scan_CouldNotOpenSource = 74
- , Scan_UnbalancedStartEnd = 75
- , Scan_BadPScanToken = 76
- , Stack_BadIndex = 77
- , Stack_EmptyStack = 78
- , Str_ZeroSizedTargetBuf = 79
- , Str_UnknownRadix = 80
- , Str_TargetBufTooSmall = 81
- , Str_StartIndexPastEnd = 82
- , Str_ConvertOverflow = 83
- , Strm_StdErrWriteFailure = 84
- , Strm_StdOutWriteFailure = 85
- , Strm_ConWriteFailure = 86
- , StrPool_IllegalId = 87
- , Trans_CouldNotCreateDefCvtr = 88
- , Trans_InvalidSizeReq = 89
- , Trans_Unrepresentable = 90
- , Trans_NotValidForEncoding = 91
- , Trans_BadBlockSize = 92
- , Trans_BadSrcSeq = 93
- , Trans_BadSrcCP = 94
- , Trans_BadTrailingSurrogate = 95
- , Trans_CantCreateCvtrFor = 96
- , URL_MalformedURL = 97
- , URL_UnsupportedProto = 98
- , URL_UnsupportedProto1 = 99
- , URL_OnlyLocalHost = 100
- , URL_NoProtocolPresent = 101
- , URL_ExpectingTwoSlashes = 102
- , URL_IncorrectEscapedCharRef = 103
- , URL_UnterminatedHostComponent = 104
- , URL_RelativeBaseURL = 105
- , URL_BaseUnderflow = 106
- , URL_BadPortField = 107
- , Vector_BadIndex = 108
- , Val_InvalidElemId = 109
- , Val_CantHaveIntSS = 110
- , XMLRec_UnknownEncoding = 111
- , Parser_Parse1 = 112
- , Parser_Parse2 = 113
- , Parser_Next1 = 114
- , Parser_Next2 = 115
- , Parser_Next3 = 116
- , Parser_Next4 = 117
- , Parser_Factor1 = 118
- , Parser_Factor2 = 119
- , Parser_Factor3 = 120
- , Parser_Factor4 = 121
- , Parser_Factor5 = 122
- , Parser_Factor6 = 123
- , Parser_Atom1 = 124
- , Parser_Atom2 = 125
- , Parser_Atom3 = 126
- , Parser_Atom4 = 127
- , Parser_Atom5 = 128
- , Parser_CC1 = 129
- , Parser_CC2 = 130
- , Parser_CC3 = 131
- , Parser_CC4 = 132
- , Parser_CC5 = 133
- , Parser_CC6 = 134
- , Parser_CC7 = 135
- , Parser_Ope1 = 136
- , Parser_Ope2 = 137
- , Parser_Ope3 = 138
- , Parser_Descape1 = 139
- , Parser_Descape2 = 140
- , Parser_Descape3 = 141
- , Parser_Descape4 = 142
- , Parser_Descape5 = 143
- , Parser_Process1 = 144
- , Parser_Process2 = 145
- , Gen_NoSchemaValidator = 146
- , XUTIL_UnCopyableNodeType = 147
- , SubGrpComparator_NGR = 148
- , FACET_Invalid_Len = 149
- , FACET_Invalid_maxLen = 150
- , FACET_Invalid_minLen = 151
- , FACET_NonNeg_Len = 152
- , FACET_NonNeg_maxLen = 153
- , FACET_NonNeg_minLen = 154
- , FACET_Len_maxLen = 155
- , FACET_Len_minLen = 156
- , FACET_maxLen_minLen = 157
- , FACET_bool_Pattern = 158
- , FACET_Invalid_Tag = 159
- , FACET_Len_baseLen = 160
- , FACET_minLen_baseminLen = 161
- , FACET_minLen_basemaxLen = 162
- , FACET_maxLen_basemaxLen = 163
- , FACET_maxLen_baseminLen = 164
- , FACET_enum_base = 165
- , FACET_Invalid_WS = 166
- , FACET_WS_collapse = 167
- , FACET_WS_replace = 168
- , FACET_Invalid_MaxIncl = 169
- , FACET_Invalid_MaxExcl = 170
- , FACET_Invalid_MinIncl = 171
- , FACET_Invalid_MinExcl = 172
- , FACET_Invalid_TotalDigit = 173
- , FACET_Invalid_FractDigit = 174
- , FACET_NonNeg_TotalDigit = 175
- , FACET_NonNeg_FractDigit = 176
- , FACET_max_Incl_Excl = 177
- , FACET_min_Incl_Excl = 178
- , FACET_maxExcl_minExcl = 179
- , FACET_maxExcl_minIncl = 180
- , FACET_maxIncl_minExcl = 181
- , FACET_maxIncl_minIncl = 182
- , FACET_TotDigit_FractDigit = 183
- , FACET_maxIncl_base_maxExcl = 184
- , FACET_maxIncl_base_maxIncl = 185
- , FACET_maxIncl_base_minIncl = 186
- , FACET_maxIncl_base_minExcl = 187
- , FACET_maxExcl_base_maxExcl = 188
- , FACET_maxExcl_base_maxIncl = 189
- , FACET_maxExcl_base_minIncl = 190
- , FACET_maxExcl_base_minExcl = 191
- , FACET_minExcl_base_maxExcl = 192
- , FACET_minExcl_base_maxIncl = 193
- , FACET_minExcl_base_minIncl = 194
- , FACET_minExcl_base_minExcl = 195
- , FACET_minIncl_base_maxExcl = 196
- , FACET_minIncl_base_maxIncl = 197
- , FACET_minIncl_base_minIncl = 198
- , FACET_minIncl_base_minExcl = 199
- , FACET_maxIncl_notFromBase = 200
- , FACET_maxExcl_notFromBase = 201
- , FACET_minIncl_notFromBase = 202
- , FACET_minExcl_notFromBase = 203
- , FACET_totalDigit_base_totalDigit = 204
- , FACET_fractDigit_base_totalDigit = 205
- , FACET_fractDigit_base_fractDigit = 206
- , FACET_maxIncl_base_fixed = 207
- , FACET_maxExcl_base_fixed = 208
- , FACET_minIncl_base_fixed = 209
- , FACET_minExcl_base_fixed = 210
- , FACET_totalDigit_base_fixed = 211
- , FACET_fractDigit_base_fixed = 212
- , FACET_maxLen_base_fixed = 213
- , FACET_minLen_base_fixed = 214
- , FACET_len_base_fixed = 215
- , FACET_whitespace_base_fixed = 216
- , FACET_internalError_fixed = 217
- , FACET_List_Null_baseValidator = 218
- , FACET_Union_Null_memberTypeValidators = 219
- , FACET_Union_Null_baseValidator = 220
- , FACET_Union_invalid_baseValidatorType = 221
- , VALUE_NotMatch_Pattern = 222
- , VALUE_Not_Base64 = 223
- , VALUE_Not_HexBin = 224
- , VALUE_GT_maxLen = 225
- , VALUE_LT_minLen = 226
- , VALUE_NE_Len = 227
- , VALUE_NotIn_Enumeration = 228
- , VALUE_exceed_totalDigit = 229
- , VALUE_exceed_fractDigit = 230
- , VALUE_exceed_maxIncl = 231
- , VALUE_exceed_maxExcl = 232
- , VALUE_exceed_minIncl = 233
- , VALUE_exceed_minExcl = 234
- , VALUE_WS_replaced = 235
- , VALUE_WS_collapsed = 236
- , VALUE_Invalid_NCName = 237
- , VALUE_Invalid_Name = 238
- , VALUE_ID_Not_Unique = 239
- , VALUE_ENTITY_Invalid = 240
- , VALUE_QName_Invalid = 241
- , VALUE_NOTATION_Invalid = 242
- , VALUE_no_match_memberType = 243
- , VALUE_URI_Malformed = 244
- , XMLNUM_emptyString = 245
- , XMLNUM_WSString = 246
- , XMLNUM_2ManyDecPoint = 247
- , XMLNUM_Inv_chars = 248
- , XMLNUM_null_ptr = 249
- , XMLNUM_URI_Component_Empty = 250
- , XMLNUM_URI_Component_for_GenURI_Only = 251
- , XMLNUM_URI_Component_Invalid_EscapeSequence = 252
- , XMLNUM_URI_Component_Invalid_Char = 253
- , XMLNUM_URI_Component_Set_Null = 254
- , XMLNUM_URI_Component_Not_Conformant = 255
- , XMLNUM_URI_No_Scheme = 256
- , XMLNUM_URI_NullHost = 257
- , XMLNUM_URI_NullPath = 258
- , XMLNUM_URI_Component_inPath = 259
- , XMLNUM_URI_PortNo_Invalid = 260
- , XMLNUM_DBL_FLT_maxNeg = 261
- , XMLNUM_DBL_FLT_maxPos = 262
- , XMLNUM_DBL_FLT_minNegPos = 263
- , XMLNUM_DBL_FLT_InvalidType = 264
- , XMLNUM_DBL_FLT_No_Exponent = 265
- , Regex_Result_Not_Set = 266
- , Regex_CompactRangesError = 267
- , Regex_MergeRangesTypeMismatch = 268
- , Regex_SubtractRangesError = 269
- , Regex_IntersectRangesError = 270
- , Regex_ComplementRangesInvalidArg = 271
- , Regex_InvalidCategoryName = 272
- , Regex_KeywordNotFound = 273
- , Regex_BadRefNo = 274
- , Regex_UnknownOption = 275
- , Regex_UnknownTokenType = 276
- , Regex_RangeTokenGetError = 277
- , Regex_NotSupported = 278
- , Regex_InvalidChildIndex = 279
- , Regex_InvalidQuantifier = 280
- , Regex_RepPatMatchesZeroString = 281
- , Regex_InvalidRepPattern = 282
- , NEL_RepeatedCalls = 283
- , RethrowError = 284
- , Out_Of_Memory = 285
- , DV_InvalidOperation = 286
- , XPath_NoAttrSelector = 287
- , XPath_NoUnionAtStart = 288
- , XPath_NoMultipleUnion = 289
- , XPath_MissingAttr = 290
- , XPath_ExpectedToken1 = 291
- , XPath_PrefixNoURI = 292
- , XPath_NoDoubleColon = 293
- , XPath_ExpectedStep1 = 294
- , XPath_ExpectedStep2 = 295
- , XPath_ExpectedStep3 = 296
- , XPath_NoForwardSlash = 297
- , XPath_NoDoubleForwardSlash = 298
- , XPath_NoForwardSlashAtStart = 299
- , XPath_NoSelectionOfRoot = 300
- , XPath_EmptyExpr = 301
- , XPath_NoUnionAtEnd = 302
- , XPath_InvalidChar = 303
- , XPath_TokenNotSupported = 304
- , XPath_FindSolution = 305
- , DateTime_Assert_Buffer_Fail = 306
- , DateTime_dt_missingT = 307
- , DateTime_gDay_invalid = 308
- , DateTime_gMth_invalid = 309
- , DateTime_gMthDay_invalid = 310
- , DateTime_dur_Start_dashP = 311
- , DateTime_dur_noP = 312
- , DateTime_dur_DashNotFirst = 313
- , DateTime_dur_inv_b4T = 314
- , DateTime_dur_NoTimeAfterT = 315
- , DateTime_dur_NoElementAtAll = 316
- , DateTime_dur_inv_seconds = 317
- , DateTime_date_incomplete = 318
- , DateTime_date_invalid = 319
- , DateTime_time_incomplete = 320
- , DateTime_time_invalid = 321
- , DateTime_ms_noDigit = 322
- , DateTime_ym_incomplete = 323
- , DateTime_ym_invalid = 324
- , DateTime_year_tooShort = 325
- , DateTime_year_leadingZero = 326
- , DateTime_ym_noMonth = 327
- , DateTime_tz_noUTCsign = 328
- , DateTime_tz_stuffAfterZ = 329
- , DateTime_tz_invalid = 330
- , DateTime_year_zero = 331
- , DateTime_mth_invalid = 332
- , DateTime_day_invalid = 333
- , DateTime_hour_invalid = 334
- , DateTime_min_invalid = 335
- , DateTime_second_invalid = 336
- , DateTime_tz_hh_invalid = 337
- , PD_EmptyBase = 338
- , PD_NSCompat1 = 339
- , PD_OccurRangeE = 340
- , PD_NameTypeOK1 = 341
- , PD_NameTypeOK2 = 342
- , PD_NameTypeOK3 = 343
- , PD_NameTypeOK4 = 344
- , PD_NameTypeOK5 = 345
- , PD_NameTypeOK6 = 346
- , PD_NameTypeOK7 = 347
- , PD_RecurseAsIfGroup = 348
- , PD_Recurse1 = 349
- , PD_Recurse2 = 350
- , PD_ForbiddenRes1 = 351
- , PD_ForbiddenRes2 = 352
- , PD_ForbiddenRes3 = 353
- , PD_ForbiddenRes4 = 354
- , PD_NSSubset1 = 355
- , PD_NSSubset2 = 356
- , PD_NSRecurseCheckCardinality1 = 357
- , PD_RecurseUnordered = 358
- , PD_MapAndSum = 359
- , PD_InvalidContentType = 360
- , NodeIDMap_GrowErr = 361
- , F_HighBounds = 362
- , E_LowBounds = 363
- , E_HighBounds = 364
- };
-
-};
-
-XERCES_CPP_NAMESPACE_END
-
-#endif
-
+// This file is generated, don't edit it!!
+
+#if !defined(ERRHEADER_XMLExcepts)
+#define ERRHEADER_XMLExcepts
+
+#include <xercesc/util/XercesDefs.hpp>
+
+XERCES_CPP_NAMESPACE_BEGIN
+
+class XMLExcepts
+{
+public :
+ enum Codes
+ {
+ NoError = 0
+ , W_LowBounds = 1
+ , Scan_CouldNotOpenSource_Warning = 2
+ , GC_ExistingGrammar = 3
+ , W_HighBounds = 4
+ , F_LowBounds = 5
+ , Array_BadIndex = 6
+ , Array_BadNewSize = 7
+ , AttrList_BadIndex = 8
+ , AttDef_BadAttType = 9
+ , AttDef_BadDefAttType = 10
+ , Bitset_BadIndex = 11
+ , Bitset_NotEqualSize = 12
+ , BufMgr_NoMoreBuffers = 13
+ , BufMgr_BufferNotInPool = 14
+ , CPtr_PointerIsZero = 15
+ , CM_BinOpHadUnaryType = 16
+ , CM_MustBeMixedOrChildren = 17
+ , CM_NoPCDATAHere = 18
+ , CM_NotValidForSpecType = 19
+ , CM_UnaryOpHadBinType = 20
+ , CM_UnknownCMType = 21
+ , CM_UnknownCMSpecType = 22
+ , CM_NoParentCSN = 23
+ , CM_NotValidSpecTypeForNode = 24
+ , DTD_UnknownCreateReason = 25
+ , ElemStack_EmptyStack = 26
+ , ElemStack_BadIndex = 27
+ , ElemStack_StackUnderflow = 28
+ , ElemStack_NoParentPushed = 29
+ , Enum_NoMoreElements = 30
+ , File_CouldNotOpenFile = 31
+ , File_CouldNotGetCurPos = 32
+ , File_CouldNotCloseFile = 33
+ , File_CouldNotSeekToEnd = 34
+ , File_CouldNotSeekToPos = 35
+ , File_CouldNotDupHandle = 36
+ , File_CouldNotReadFromFile = 37
+ , File_CouldNotWriteToFile = 38
+ , File_CouldNotResetFile = 39
+ , File_CouldNotGetSize = 40
+ , File_CouldNotGetBasePathName = 41
+ , File_BasePathUnderflow = 42
+ , Gen_ParseInProgress = 43
+ , Gen_NoDTDValidator = 44
+ , Gen_CouldNotOpenDTD = 45
+ , Gen_CouldNotOpenExtEntity = 46
+ , Gen_UnexpectedEOF = 47
+ , HshTbl_ZeroModulus = 48
+ , HshTbl_BadHashFromKey = 49
+ , HshTbl_NoSuchKeyExists = 50
+ , Mutex_CouldNotCreate = 51
+ , Mutex_CouldNotClose = 52
+ , Mutex_CouldNotLock = 53
+ , Mutex_CouldNotUnlock = 54
+ , Mutex_CouldNotDestroy = 55
+ , NetAcc_InternalError = 56
+ , NetAcc_LengthError = 57
+ , NetAcc_InitFailed = 58
+ , NetAcc_TargetResolution = 59
+ , NetAcc_CreateSocket = 60
+ , NetAcc_ConnSocket = 61
+ , NetAcc_WriteSocket = 62
+ , NetAcc_ReadSocket = 63
+ , Pool_ElemAlreadyExists = 64
+ , Pool_BadHashFromKey = 65
+ , Pool_InvalidId = 66
+ , Pool_ZeroModulus = 67
+ , RdrMgr_ReaderIdNotFound = 68
+ , Reader_BadAutoEncoding = 69
+ , Reader_CouldNotDecodeFirstLine = 70
+ , Reader_EOIInMultiSeq = 71
+ , Reader_SrcOfsNotSupported = 72
+ , Reader_EncodingStrRequired = 73
+ , Scan_CouldNotOpenSource = 74
+ , Scan_UnbalancedStartEnd = 75
+ , Scan_BadPScanToken = 76
+ , Stack_BadIndex = 77
+ , Stack_EmptyStack = 78
+ , Str_ZeroSizedTargetBuf = 79
+ , Str_UnknownRadix = 80
+ , Str_TargetBufTooSmall = 81
+ , Str_StartIndexPastEnd = 82
+ , Str_ConvertOverflow = 83
+ , Strm_StdErrWriteFailure = 84
+ , Strm_StdOutWriteFailure = 85
+ , Strm_ConWriteFailure = 86
+ , StrPool_IllegalId = 87
+ , Trans_CouldNotCreateDefCvtr = 88
+ , Trans_InvalidSizeReq = 89
+ , Trans_Unrepresentable = 90
+ , Trans_NotValidForEncoding = 91
+ , Trans_BadBlockSize = 92
+ , Trans_BadSrcSeq = 93
+ , Trans_BadSrcCP = 94
+ , Trans_BadTrailingSurrogate = 95
+ , Trans_CantCreateCvtrFor = 96
+ , URL_MalformedURL = 97
+ , URL_UnsupportedProto = 98
+ , URL_UnsupportedProto1 = 99
+ , URL_OnlyLocalHost = 100
+ , URL_NoProtocolPresent = 101
+ , URL_ExpectingTwoSlashes = 102
+ , URL_IncorrectEscapedCharRef = 103
+ , URL_UnterminatedHostComponent = 104
+ , URL_RelativeBaseURL = 105
+ , URL_BaseUnderflow = 106
+ , URL_BadPortField = 107
+ , Vector_BadIndex = 108
+ , Val_InvalidElemId = 109
+ , Val_CantHaveIntSS = 110
+ , XMLRec_UnknownEncoding = 111
+ , Parser_Parse1 = 112
+ , Parser_Parse2 = 113
+ , Parser_Next1 = 114
+ , Parser_Next2 = 115
+ , Parser_Next3 = 116
+ , Parser_Next4 = 117
+ , Parser_Factor1 = 118
+ , Parser_Factor2 = 119
+ , Parser_Factor3 = 120
+ , Parser_Factor4 = 121
+ , Parser_Factor5 = 122
+ , Parser_Factor6 = 123
+ , Parser_Atom1 = 124
+ , Parser_Atom2 = 125
+ , Parser_Atom3 = 126
+ , Parser_Atom4 = 127
+ , Parser_Atom5 = 128
+ , Parser_CC1 = 129
+ , Parser_CC2 = 130
+ , Parser_CC3 = 131
+ , Parser_CC4 = 132
+ , Parser_CC5 = 133
+ , Parser_CC6 = 134
+ , Parser_CC7 = 135
+ , Parser_Ope1 = 136
+ , Parser_Ope2 = 137
+ , Parser_Ope3 = 138
+ , Parser_Descape1 = 139
+ , Parser_Descape2 = 140
+ , Parser_Descape3 = 141
+ , Parser_Descape4 = 142
+ , Parser_Descape5 = 143
+ , Parser_Process1 = 144
+ , Parser_Process2 = 145
+ , Gen_NoSchemaValidator = 146
+ , XUTIL_UnCopyableNodeType = 147
+ , SubGrpComparator_NGR = 148
+ , FACET_Invalid_Len = 149
+ , FACET_Invalid_maxLen = 150
+ , FACET_Invalid_minLen = 151
+ , FACET_NonNeg_Len = 152
+ , FACET_NonNeg_maxLen = 153
+ , FACET_NonNeg_minLen = 154
+ , FACET_Len_maxLen = 155
+ , FACET_Len_minLen = 156
+ , FACET_maxLen_minLen = 157
+ , FACET_bool_Pattern = 158
+ , FACET_Invalid_Tag = 159
+ , FACET_Len_baseLen = 160
+ , FACET_minLen_baseminLen = 161
+ , FACET_minLen_basemaxLen = 162
+ , FACET_maxLen_basemaxLen = 163
+ , FACET_maxLen_baseminLen = 164
+ , FACET_enum_base = 165
+ , FACET_Invalid_WS = 166
+ , FACET_WS_collapse = 167
+ , FACET_WS_replace = 168
+ , FACET_Invalid_MaxIncl = 169
+ , FACET_Invalid_MaxExcl = 170
+ , FACET_Invalid_MinIncl = 171
+ , FACET_Invalid_MinExcl = 172
+ , FACET_Invalid_TotalDigit = 173
+ , FACET_Invalid_FractDigit = 174
+ , FACET_NonNeg_TotalDigit = 175
+ , FACET_NonNeg_FractDigit = 176
+ , FACET_max_Incl_Excl = 177
+ , FACET_min_Incl_Excl = 178
+ , FACET_maxExcl_minExcl = 179
+ , FACET_maxExcl_minIncl = 180
+ , FACET_maxIncl_minExcl = 181
+ , FACET_maxIncl_minIncl = 182
+ , FACET_TotDigit_FractDigit = 183
+ , FACET_maxIncl_base_maxExcl = 184
+ , FACET_maxIncl_base_maxIncl = 185
+ , FACET_maxIncl_base_minIncl = 186
+ , FACET_maxIncl_base_minExcl = 187
+ , FACET_maxExcl_base_maxExcl = 188
+ , FACET_maxExcl_base_maxIncl = 189
+ , FACET_maxExcl_base_minIncl = 190
+ , FACET_maxExcl_base_minExcl = 191
+ , FACET_minExcl_base_maxExcl = 192
+ , FACET_minExcl_base_maxIncl = 193
+ , FACET_minExcl_base_minIncl = 194
+ , FACET_minExcl_base_minExcl = 195
+ , FACET_minIncl_base_maxExcl = 196
+ , FACET_minIncl_base_maxIncl = 197
+ , FACET_minIncl_base_minIncl = 198
+ , FACET_minIncl_base_minExcl = 199
+ , FACET_maxIncl_notFromBase = 200
+ , FACET_maxExcl_notFromBase = 201
+ , FACET_minIncl_notFromBase = 202
+ , FACET_minExcl_notFromBase = 203
+ , FACET_totalDigit_base_totalDigit = 204
+ , FACET_fractDigit_base_totalDigit = 205
+ , FACET_fractDigit_base_fractDigit = 206
+ , FACET_maxIncl_base_fixed = 207
+ , FACET_maxExcl_base_fixed = 208
+ , FACET_minIncl_base_fixed = 209
+ , FACET_minExcl_base_fixed = 210
+ , FACET_totalDigit_base_fixed = 211
+ , FACET_fractDigit_base_fixed = 212
+ , FACET_maxLen_base_fixed = 213
+ , FACET_minLen_base_fixed = 214
+ , FACET_len_base_fixed = 215
+ , FACET_whitespace_base_fixed = 216
+ , FACET_internalError_fixed = 217
+ , FACET_List_Null_baseValidator = 218
+ , FACET_Union_Null_memberTypeValidators = 219
+ , FACET_Union_Null_baseValidator = 220
+ , FACET_Union_invalid_baseValidatorType = 221
+ , VALUE_NotMatch_Pattern = 222
+ , VALUE_Not_Base64 = 223
+ , VALUE_Not_HexBin = 224
+ , VALUE_GT_maxLen = 225
+ , VALUE_LT_minLen = 226
+ , VALUE_NE_Len = 227
+ , VALUE_NotIn_Enumeration = 228
+ , VALUE_exceed_totalDigit = 229
+ , VALUE_exceed_fractDigit = 230
+ , VALUE_exceed_maxIncl = 231
+ , VALUE_exceed_maxExcl = 232
+ , VALUE_exceed_minIncl = 233
+ , VALUE_exceed_minExcl = 234
+ , VALUE_WS_replaced = 235
+ , VALUE_WS_collapsed = 236
+ , VALUE_Invalid_NCName = 237
+ , VALUE_Invalid_Name = 238
+ , VALUE_ID_Not_Unique = 239
+ , VALUE_ENTITY_Invalid = 240
+ , VALUE_QName_Invalid = 241
+ , VALUE_NOTATION_Invalid = 242
+ , VALUE_no_match_memberType = 243
+ , VALUE_URI_Malformed = 244
+ , XMLNUM_emptyString = 245
+ , XMLNUM_WSString = 246
+ , XMLNUM_2ManyDecPoint = 247
+ , XMLNUM_Inv_chars = 248
+ , XMLNUM_null_ptr = 249
+ , XMLNUM_URI_Component_Empty = 250
+ , XMLNUM_URI_Component_for_GenURI_Only = 251
+ , XMLNUM_URI_Component_Invalid_EscapeSequence = 252
+ , XMLNUM_URI_Component_Invalid_Char = 253
+ , XMLNUM_URI_Component_Set_Null = 254
+ , XMLNUM_URI_Component_Not_Conformant = 255
+ , XMLNUM_URI_No_Scheme = 256
+ , XMLNUM_URI_NullHost = 257
+ , XMLNUM_URI_NullPath = 258
+ , XMLNUM_URI_Component_inPath = 259
+ , XMLNUM_URI_PortNo_Invalid = 260
+ , XMLNUM_DBL_FLT_maxNeg = 261
+ , XMLNUM_DBL_FLT_maxPos = 262
+ , XMLNUM_DBL_FLT_minNegPos = 263
+ , XMLNUM_DBL_FLT_InvalidType = 264
+ , XMLNUM_DBL_FLT_No_Exponent = 265
+ , Regex_Result_Not_Set = 266
+ , Regex_CompactRangesError = 267
+ , Regex_MergeRangesTypeMismatch = 268
+ , Regex_SubtractRangesError = 269
+ , Regex_IntersectRangesError = 270
+ , Regex_ComplementRangesInvalidArg = 271
+ , Regex_InvalidCategoryName = 272
+ , Regex_KeywordNotFound = 273
+ , Regex_BadRefNo = 274
+ , Regex_UnknownOption = 275
+ , Regex_UnknownTokenType = 276
+ , Regex_RangeTokenGetError = 277
+ , Regex_NotSupported = 278
+ , Regex_InvalidChildIndex = 279
+ , Regex_InvalidQuantifier = 280
+ , Regex_RepPatMatchesZeroString = 281
+ , Regex_InvalidRepPattern = 282
+ , NEL_RepeatedCalls = 283
+ , RethrowError = 284
+ , Out_Of_Memory = 285
+ , DV_InvalidOperation = 286
+ , XPath_NoAttrSelector = 287
+ , XPath_NoUnionAtStart = 288
+ , XPath_NoMultipleUnion = 289
+ , XPath_MissingAttr = 290
+ , XPath_ExpectedToken1 = 291
+ , XPath_PrefixNoURI = 292
+ , XPath_NoDoubleColon = 293
+ , XPath_ExpectedStep1 = 294
+ , XPath_ExpectedStep2 = 295
+ , XPath_ExpectedStep3 = 296
+ , XPath_NoForwardSlash = 297
+ , XPath_NoDoubleForwardSlash = 298
+ , XPath_NoForwardSlashAtStart = 299
+ , XPath_NoSelectionOfRoot = 300
+ , XPath_EmptyExpr = 301
+ , XPath_NoUnionAtEnd = 302
+ , XPath_InvalidChar = 303
+ , XPath_TokenNotSupported = 304
+ , XPath_FindSolution = 305
+ , DateTime_Assert_Buffer_Fail = 306
+ , DateTime_dt_missingT = 307
+ , DateTime_gDay_invalid = 308
+ , DateTime_gMth_invalid = 309
+ , DateTime_gMthDay_invalid = 310
+ , DateTime_dur_Start_dashP = 311
+ , DateTime_dur_noP = 312
+ , DateTime_dur_DashNotFirst = 313
+ , DateTime_dur_inv_b4T = 314
+ , DateTime_dur_NoTimeAfterT = 315
+ , DateTime_dur_NoElementAtAll = 316
+ , DateTime_dur_inv_seconds = 317
+ , DateTime_date_incomplete = 318
+ , DateTime_date_invalid = 319
+ , DateTime_time_incomplete = 320
+ , DateTime_time_invalid = 321
+ , DateTime_ms_noDigit = 322
+ , DateTime_ym_incomplete = 323
+ , DateTime_ym_invalid = 324
+ , DateTime_year_tooShort = 325
+ , DateTime_year_leadingZero = 326
+ , DateTime_ym_noMonth = 327
+ , DateTime_tz_noUTCsign = 328
+ , DateTime_tz_stuffAfterZ = 329
+ , DateTime_tz_invalid = 330
+ , DateTime_year_zero = 331
+ , DateTime_mth_invalid = 332
+ , DateTime_day_invalid = 333
+ , DateTime_hour_invalid = 334
+ , DateTime_min_invalid = 335
+ , DateTime_second_invalid = 336
+ , DateTime_tz_hh_invalid = 337
+ , PD_EmptyBase = 338
+ , PD_NSCompat1 = 339
+ , PD_OccurRangeE = 340
+ , PD_NameTypeOK1 = 341
+ , PD_NameTypeOK2 = 342
+ , PD_NameTypeOK3 = 343
+ , PD_NameTypeOK4 = 344
+ , PD_NameTypeOK5 = 345
+ , PD_NameTypeOK6 = 346
+ , PD_NameTypeOK7 = 347
+ , PD_RecurseAsIfGroup = 348
+ , PD_Recurse1 = 349
+ , PD_Recurse2 = 350
+ , PD_ForbiddenRes1 = 351
+ , PD_ForbiddenRes2 = 352
+ , PD_ForbiddenRes3 = 353
+ , PD_ForbiddenRes4 = 354
+ , PD_NSSubset1 = 355
+ , PD_NSSubset2 = 356
+ , PD_NSRecurseCheckCardinality1 = 357
+ , PD_RecurseUnordered = 358
+ , PD_MapAndSum = 359
+ , PD_InvalidContentType = 360
+ , NodeIDMap_GrowErr = 361
+ , F_HighBounds = 362
+ , E_LowBounds = 363
+ , E_HighBounds = 364
+ };
+
+};
+
+XERCES_CPP_NAMESPACE_END
+
+#endif
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]