This is an automated email from the ASF dual-hosted git repository. scantor pushed a commit to branch xerces-3.3 in repository https://gitbox.apache.org/repos/asf/xerces-c.git
commit 54765e159fa93de5dc87d8b321afef83dff53539 Author: William S Fulton <w...@fultondesigns.co.uk> AuthorDate: Sat Aug 17 09:57:30 2024 +0100 Regenerate files using Xlat executable --- src/xercesc/framework/XMLErrorCodes.hpp | 10 + src/xercesc/framework/XMLValidityCodes.hpp | 10 + src/xercesc/util/MsgLoaders/ICU/resources/root.txt | 3 +- .../MsgLoaders/InMemory/XercesMessages_en_US.hpp | 7 +- .../MsgLoaders/MsgCatalog/XercesMessages_en_US.Msg | 635 ++++++++++---------- src/xercesc/util/XMLDOMMsg.hpp | 10 + src/xercesc/util/XMLExceptMsgs.hpp | 641 +++++++++++---------- 7 files changed, 676 insertions(+), 640 deletions(-) diff --git a/src/xercesc/framework/XMLErrorCodes.hpp b/src/xercesc/framework/XMLErrorCodes.hpp index ea3a6294d..d1116577d 100644 --- a/src/xercesc/framework/XMLErrorCodes.hpp +++ b/src/xercesc/framework/XMLErrorCodes.hpp @@ -9,6 +9,12 @@ XERCES_CPP_NAMESPACE_BEGIN +// Ignore warning about private constructor +#if defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wctor-dtor-privacy" +#endif + class XMLErrs { public : @@ -345,6 +351,10 @@ private: XMLErrs(); }; +#if defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)) +# pragma GCC diagnostic pop +#endif + XERCES_CPP_NAMESPACE_END #endif diff --git a/src/xercesc/framework/XMLValidityCodes.hpp b/src/xercesc/framework/XMLValidityCodes.hpp index aed00fbee..f241b2236 100644 --- a/src/xercesc/framework/XMLValidityCodes.hpp +++ b/src/xercesc/framework/XMLValidityCodes.hpp @@ -9,6 +9,12 @@ XERCES_CPP_NAMESPACE_BEGIN +// Ignore warning about private constructor +#if defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wctor-dtor-privacy" +#endif + class XMLValid { public : @@ -141,6 +147,10 @@ private: XMLValid(); }; +#if defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)) +# pragma GCC diagnostic pop +#endif + XERCES_CPP_NAMESPACE_END #endif diff --git a/src/xercesc/util/MsgLoaders/ICU/resources/root.txt b/src/xercesc/util/MsgLoaders/ICU/resources/root.txt index aebf012c5..fa213c6e4 100644 --- a/src/xercesc/util/MsgLoaders/ICU/resources/root.txt +++ b/src/xercesc/util/MsgLoaders/ICU/resources/root.txt @@ -425,7 +425,8 @@ root { "hashing key produced invalid hash" , "no such key in hash table" , "unable to destroy mutex" , - "internal error in NetAccessor" , + "internal error in NetAccessor for URL {0}" , + "libcurl error in NetAccessor for URL {0} '{1}:{2}'" , "NetAccessor is unable to determine length of remote file" , "unable to initialize NetAccessor" , "unable to resolve host/address '{0}'" , diff --git a/src/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp b/src/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp index 08fdabc86..31ef0eb04 100644 --- a/src/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp +++ b/src/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp @@ -819,7 +819,10 @@ const XMLCh gXMLExceptArray[][128] = , { 0x0068,0x0061,0x0073,0x0068,0x0069,0x006E,0x0067,0x0020,0x006B,0x0065,0x0079,0x0020,0x0070,0x0072,0x006F,0x0064,0x0075,0x0063,0x0065,0x0064,0x0020,0x0069,0x006E,0x0076,0x0061,0x006C,0x0069,0x0064,0x0020,0x0068,0x0061,0x0073,0x0068,0x00 } , { 0x006E,0x006F,0x0020,0x0073,0x0075,0x0063,0x0068,0x0020,0x006B,0x0065,0x0079,0x0020,0x0069,0x006E,0x0020,0x0068,0x0061,0x0073,0x0068,0x0020,0x0074,0x0061,0x0062,0x006C,0x0065,0x00 } , { 0x0075,0x006E,0x0061,0x0062,0x006C,0x0065,0x0020,0x0074,0x006F,0x0020,0x0064,0x0065,0x0073,0x0074,0x0072,0x006F,0x0079,0x0020,0x006D,0x0075,0x0074,0x0065,0x0078,0x00 } - , { 0x0069,0x006E,0x0074,0x0065,0x0072,0x006E,0x0061,0x006C,0x0020,0x0065,0x0072,0x0072,0x006F,0x0072,0x0020,0x0069,0x006E,0x0020,0x004E,0x0065,0x0074,0x0041,0x0063,0x0063,0x0065,0x0073,0x0073,0x006F,0x0072,0x00 } + , { 0x0069,0x006E,0x0074,0x0065,0x0072,0x006E,0x0061,0x006C,0x0020,0x0065,0x0072,0x0072,0x006F,0x0072,0x0020,0x0069,0x006E,0x0020,0x004E,0x0065,0x0074,0x0041,0x0063,0x0063,0x0065,0x0073,0x0073,0x006F,0x0072,0x0020,0x0066,0x006F,0x0072,0x0020,0x0055, + 0x0052,0x004C,0x0020,0x007B,0x0030,0x007D,0x00 } + , { 0x006C,0x0069,0x0062,0x0063,0x0075,0x0072,0x006C,0x0020,0x0065,0x0072,0x0072,0x006F,0x0072,0x0020,0x0069,0x006E,0x0020,0x004E,0x0065,0x0074,0x0041,0x0063,0x0063,0x0065,0x0073,0x0073,0x006F,0x0072,0x0020,0x0066,0x006F,0x0072,0x0020,0x0055,0x0052, + 0x004C,0x0020,0x007B,0x0030,0x007D,0x0020,0x0027,0x007B,0x0031,0x007D,0x003A,0x007B,0x0032,0x007D,0x0027,0x00 } , { 0x004E,0x0065,0x0074,0x0041,0x0063,0x0063,0x0065,0x0073,0x0073,0x006F,0x0072,0x0020,0x0069,0x0073,0x0020,0x0075,0x006E,0x0061,0x0062,0x006C,0x0065,0x0020,0x0074,0x006F,0x0020,0x0064,0x0065,0x0074,0x0065,0x0072,0x006D,0x0069,0x006E,0x0065,0x0020, 0x006C,0x0065,0x006E,0x0067,0x0074,0x0068,0x0020,0x006F,0x0066,0x0020,0x0072,0x0065,0x006D,0x006F,0x0074,0x0065,0x0020,0x0066,0x0069,0x006C,0x0065,0x00 } , { 0x0075,0x006E,0x0061,0x0062,0x006C,0x0065,0x0020,0x0074,0x006F,0x0020,0x0069,0x006E,0x0069,0x0074,0x0069,0x0061,0x006C,0x0069,0x007A,0x0065,0x0020,0x004E,0x0065,0x0074,0x0041,0x0063,0x0063,0x0065,0x0073,0x0073,0x006F,0x0072,0x00 } @@ -1421,7 +1424,7 @@ const XMLCh gXMLExceptArray[][128] = , { 0x0046,0x005F,0x0045,0x006E,0x0064,0x00 } }; -const unsigned int gXMLExceptArraySize = 369; +const unsigned int gXMLExceptArraySize = 370; const XMLCh gXMLDOMMsgArray[][128] = { diff --git a/src/xercesc/util/MsgLoaders/MsgCatalog/XercesMessages_en_US.Msg b/src/xercesc/util/MsgLoaders/MsgCatalog/XercesMessages_en_US.Msg index e7c332a02..d99d4c07b 100644 --- a/src/xercesc/util/MsgLoaders/MsgCatalog/XercesMessages_en_US.Msg +++ b/src/xercesc/util/MsgLoaders/MsgCatalog/XercesMessages_en_US.Msg @@ -408,324 +408,325 @@ $set 3 45 hashing key produced invalid hash 46 no such key in hash table 47 unable to destroy mutex -48 internal error in NetAccessor -49 NetAccessor is unable to determine length of remote file -50 unable to initialize NetAccessor -51 unable to resolve host/address '{0}' -52 unable to create socket for URL '{0}' -53 unable to connect socket for URL '{0}' -54 unable to write to socket for URL '{0}' -55 unable to read from socket for URL '{0}' -56 specified HTTP method is not supported by NetAccessor -57 element '{0}' is already in pool -58 invalid pool element id -59 zero hash modulus -60 reader id not found -61 invalid auto encoding value -62 unable to decode first line in entity '{0}' -63 XML or TEXT declaration '{0}' cannot have NEL or lsep -64 current transcoding service does not support source offset information -65 EBCDIC file must provide encoding declaration -66 unable to open primary document entity '{0}' -67 unbalanced start/end tags -68 call to scanNext is illegal at this point -69 index is past top of stack -70 empty stack -71 target buffer cannot have zero max size -72 unsupported radix; expected 2, 8, 10, or 16 -73 target buffer is too small -74 start index is past the end of string -75 string representation overflows output binary result -76 illegal string pool id -77 char 0x{0} is not representable in '{1}' encoding -78 invalid multi-byte sequence -79 code point 0x{0} is invalid for '{1}' encoding -80 leading surrogate followed by invalid trailing surrogate -81 unable to create converter for '{0}' encoding -82 malformed URL -83 unsupported protocol in URL -84 URL protocol '{0}' is unsupported -85 missing protocol prefix -86 expected '//' after protocol -87 base part of URL cannot be relative -88 port field must be 16-bit decimal number -89 invalid byte '{1}' at position {0} of a {2}-byte sequence -90 invalid bytes '{0}' and '{1}' of a 3-byte sequence -91 irregular bytes '{0}' and '{1}' of a 3-byte sequence -92 invalid bytes '{0}' and '{1}' of a 4-byte sequence -93 exceeded byte limit at byte '{0}' in a {1}-byte sequence -94 index is beyond vector bounds -95 invalid element id -96 internal subset is not allowed when reusing the grammar -97 unknown recognizer encoding -98 illegal character at offset {0} in regular expression '{1}' -99 invalid reference number -100 character expected after backslash -101 unexpected '?'; '(?:', '(?=', '(?!', '(?<', '(?#', or '(?>' expected -102 '(?<=' or '(?<!' expected -103 unterminated comment -104 ')' expected -105 unexpected end of pattern in modifier group -106 ':' expected -107 unexpected end of pattern in conditional group -108 back reference, anchor, lookahead, or lookbehind expected in conditional pattern -109 more than three choices in conditional group -110 character in the U+0040-U+005f range must follow '\c' -111 '{' expected before category character -112 property name must be closed with '}' -113 unexpected meta character -114 unknown property -115 POSIX character class must be closed with ':]' -116 unexpected end of pattern in character class -117 unknown name for POSIX character class -118 ']' expected -119 '{0}' is invalid character range; use '\{1}' instead -120 '[' expected -121 ')', '-[', '+[', or '&[' expected -122 range end code point '{0}' is less than start code point '{1}' -123 invalid Unicode hex notation -124 '\ x{' must be closed with '}' -125 invalid Unicode code point -126 anchor cannot be present at this point -127 '{0}' is invalid character escape sequence -128 invalid quantifier in '{0}'; digit expected -129 invalid quantifier in '{0}'; invalid quantity or missing '}' -130 invalid quantifier in '{0}'; digit or '}' expected -131 invalid quantifier in '{0}'; min quantity must be less than or equal max quantity -132 invalid quantifier in '{0}'; quantity value overflow -133 XML Schema was seen but installed validator does not support XML Schema -134 SubstitutionGroupComparator has no grammar resolver -135 invalid length value '{0}' -136 invalid maxLength value '{0}' -137 invalid minLength value '{0}' -138 length value '{0}' must be a non-negative integer -139 maxLength value '{0}' must be a non-negative integer -140 minLength value '{0}' must be a non-negative integer -141 both length and maxLength cannot be present at the same time -142 both length and minLength cannot be present at the same time -143 maxLength value '{0}' must be greater than minLength value '{1}' -144 invalid facet tag '{0}' -145 length value '{0}' must be equal to length value '{1}' in the base -146 minLength value '{0}' must be greater than or equal to minLength value '{1}' in the base -147 minLength value '{0}' must be less than or equal to maxLength value '{1}' in the base -148 maxLength value '{0}' must be less than or equal to maxLength value '{1}' in the base -149 maxLength value '{0}' must be greater than or equal to minLength value '{1}' in the base -150 length value '{0}' must be greater than or equal to minLength value '{1}' in the base -151 length value '{0}' must be less than or equal to maxLength value '{1}' in the base -152 minLength value '{0}' must be less than or equal to length value '{1}' in the base -153 maxLength value '{0}' must be greater than or equal to length value '{1}' in the base -154 enumeration value '{0}' must be from the value space of the base -155 whiteSpace value '{0}' must be one of 'preserve', 'replace', or 'collapse' -156 whiteSpace value is 'preserve' or 'replace' while base type whiteSpace value is 'collapse' -157 whiteSpace value is 'preserve' while base type whiteSpace value is 'replace' -158 invalid maxInclusive value '{0}' -159 invalid maxExclusive value '{0}' -160 invalid minInclusive value '{0}' -161 invalid minExclusive value '{0}' -162 invalid totalDigits value '{0}' -163 invalid fractionDigits value '{0}' -164 totalDigits value '{0}' must be a positive integer -165 fractionDigits value '{0}' must be a non-negative integer -166 both maxInclusive and maxExclusive cannot be present at the same time -167 both minInclusive and minExclusive cannot be present at the same time -168 maxExclusive value '{0}' must be greater than minExclusive value '{1}' -169 maxExclusive value '{0}' must be greater than minInclusive value '{1}' -170 maxInclusive value '{0}' must be greater than minExclusive value '{1}' -171 maxInclusive value '{0}' must be greater than minInclusive value '{1}' -172 totalDigits value '{0}' must be greater than fractionDigits value '{1}' -173 maxInclusive value '{0}' must be less than maxExclusive value '{1}' in the base -174 maxInclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base -175 maxInclusive value '{0}' must be greater than or equal to minInclusive value '{1}' in the base -176 maxInclusive value '{0}' must be greater than minExclusive value '{1}' in the base -177 maxExclusive value '{0}' must be less than or equal to maxExclusive value '{1}' in the base -178 maxExclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base -179 maxExclusive value '{0}' must be greater than minInclusive value '{1}' in the base -180 maxExclusive value '{0}' must be greater than minExclusive value '{1}' in the base -181 minExclusive value '{0}' must be less than maxExclusive value '{1}' in the base -182 minExclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base -183 minExclusive value '{0}' must be greater than minInclusive value '{1}' in the base -184 minExclusive value '{0}' must be greater than minExclusive value '{1}' in the base -185 minInclusive value '{0}' must be less than maxExclusive value '{1}' in the base -186 minInclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base -187 minInclusive value '{0}' must be greater than or equal to minInclusive value '{1}' in the base -188 minInclusive value '{0}' must be greater than minExclusive value '{1}' in the base -189 maxInclusive value '{0}' must be from the base type value space -190 maxExclusive value '{0}' must be from the base type value space -191 minInclusive value '{0}' must be from the base type value space -192 minExclusive value '{0}' must be from the base type value space -193 totalDigits value '{0}' must be less than or equal to totalDigits value '{1}' in the base -194 fractionDigits value '{0}' must be less than or equal to totalDigits value '{1}' in the base -195 fractionDigits value '{0}' must be less than or equal to fractionDigits value '{1}' in the base -196 maxInclusive value '{0}' must be equal to fixed maxInclusive value '{1}' in the base -197 maxExclusive value '{0}' must be equal to fixed maxExclusive value '{1}' in the base -198 minInclusive value '{0}' must be equal to fixed minInclusive value '{1}' in the base -199 minExclusive value '{0}' must be equal to fixed minExclusive value '{1}' in the base -200 totalDigits value '{0}' must be equal to fixed totalDigits value '{1}' in the base -201 fractionDigits value '{0}' must be equal to fixed fractionDigits value '{1}' in the base -202 maxLength value '{0}' must be equal to fixed maxLength value '{1}' in the base -203 minLength value '{0}' must be equal to fixed minLength value '{1}' in the base -204 whiteSpace value '{0}' must be equal to fixed whiteSpace value '{1}' in the base -205 internal error while processing fixed facet -206 list itemType is empty -207 union memberTypes is empty -208 restriction union base is empty -209 restriction union base is '{0}' instead of union -210 value '{0}' does not match regular expression facet '{1}' -211 value '{0}' is invalid Base64-encoded binary -212 value '{0}' is invalid Hex-encoded binary -213 value '{0}' has length '{1}' which exceeds maxLength facet value '{2}' -214 value '{0}' has length '{1}' which is less than minLength facet value '{2}' -215 value '{0}' has length '{1}' which is not equal to length facet value '{2}' -216 value '{0}' not in enumeration -217 value '{0}' has '{1}' total digits which exceeds totalDigits facet value '{2}' -218 value '{0}' has '{1}' fraction digits which exceeds fractionDigits facet value '{2}' -219 value '{0}' must be less than or equal to maxInclusive facet value '{1}' -220 value '{0}' must be less than maxExclusive facet value '{1}' -221 value '{0}' must be greater than or equal to minInclusive facet value '{1}' -222 value '{0}' must be greater than or equal to minExclusive facet value '{1}' -223 value '{0}' is not whitespace replaced -224 value '{0}' is not whitespace collapsed -225 value '{0}' is invalid NCName -226 value '{0}' is invalid {1} -227 ID value '{0}' is not unique -228 value '{0}' is invalid ENTITY -229 value '{0}' is invalid QName -230 NOTATION '{0}' must be valid QName -231 value '{0}' does not match any member types of the union -232 value '{0}' is invalid anyURI -233 empty string encountered -234 string contains only whitespaces -235 more than one decimal point encountered -236 invalid character encountered -237 NULL pointer encountered -238 unable to construct URI with NULL/empty {0} -239 {0} '{1}' can only be set for a generic URI -240 {0} contains invalid escape sequence '{1}' -241 {0} contains invalid character '{1}' -242 {0} cannot be NULL -243 '{1}' is not conformant to {0} -244 no scheme found in URI -245 {0} '{1}' may not be specified if host is not specified -246 {0} '{1}' may not be specified if path is not specified -247 port number '{0}' must be in the (0,65535) range -248 internal error while validating '{0}' -249 result not set -250 internal error in CompactRanges -251 mismatched type in MergeRanges -252 internal error in SubtractRanges -253 internal error in IntersectRanges -254 argument must be RangeToken -255 invalid category name '{0}' -256 keyword '{0}' not found -257 reference number must be greater than zero -258 option '{0}' unknown -259 unknown token type -260 unable to get RangeToken for '{0}' -261 not supported -262 invalid child index -263 replace pattern cannot match zero-length string -264 invalid replace pattern -265 enabling NEL option can only be done once per process -266 out of memory -267 operation is not allowed -268 selector cannot select attribute -269 '|' at the beginning of XPath expression is illegal -270 '||' in XPath expression is illegal -271 missing attribute name in XPath expression -272 unexpected XPath token; expected qname, any, or namespace test -273 prefix '{0}' used in XPath expression can not be resolved to namespace URI -274 '::' in XPath expression is illegal -275 expected step following 'child' token in XPath expression -276 expected step following '//' in XPath expression -277 expected step following '/' in XPath expression -278 '/' not allowed after '//' in XPath expression -279 '//' only allowed after '.' at the beginning of XPath expression -280 '/' at the beginning of XPath expression is illegal -281 root element selection is illegal in XPath expression -282 empty XPath expression -283 XPath expression cannot end with '|' -284 invalid character '{0}' in XPath expression -285 unsupported XPath token -286 fractional values not supported in XPath expression -287 invalid dateTime value '{0}' -288 missing 'T' separator in dateTime value '{0}' -289 invalid gDay value '{0}' -290 invalid gMonth value '{0}' -291 invalid gMonthDay value '{0}' -292 invalid duration value '{0}' -293 duration value '{0}' must start with '-' or 'P' -294 duration value '{0}' must contain 'P' -295 duration value '{0}' can contain '-' only as the first character -296 duration value '{0}' contains invalid text before 'T' -297 duration value '{0}' has no time component after 'T' -298 duration value '{0}' must have at least one component -299 duration value '{0}' must have at least one digit after '.' -300 incomplete date value '{0}' -301 invalid date value '{0}' -302 incomplete time value '{0}' -303 invalid time value '{0}' -304 expected fractional seconds after '.' in time value '{0}' -305 incomplete gYearMonth value '{0}' -306 invalid gYearMonth value '{0}' -307 invalid gYear value '{0}' -308 year value '{0}' must follow 'CCYY' format -309 invalid leading zero in gYear value '{0}' -310 month component missing in gYearMonth value '{0}' -311 time zone expected in '{0}' -312 unexpected text after 'Z' in time zone value '{0}' -313 invalid time zone value '{0}' -314 illegal year value '{0}' -315 month value '{0}' must be between 1 and 12 -316 day value '{0}' must be between 1 and {1} -317 hours value '{0}' must be between 0 and 23 -318 minutes value '{0}' must be between 0 and 59 -319 seconds value '{0}' must be between 0 and 60 -320 minutes value '{0}' must be between 0 and 59 -321 derived by restriction complex type has content while base type is empty -322 namespace of element '{0}' is not allowed by wildcard in the base -323 occurrence range of element '{0}' is not a valid restriction of base element's range -324 element name/namespace in restriction does not match that of corresponding element in the base -325 element '{0}' is nillable in the restriction while it is non-nillable in the base -326 element '{0}' is either not fixed or is fixed to a different value compared to corresponding element in the base -327 disallowed substitutions for element '{0}' are not a superset of those for corresponding element in the base -328 element '{0}' has type that does not derive from type of corresponding element in the base -329 element '{0}' has fewer identity constraints compared to corresponding element '{1}' in the base -330 element '{0}' has identity constraint that does not appear in corresponding element '{1}' in the base -331 occurrence range of group is not a valid restriction of occurrence range of base group -332 no complete functional mapping between particles -333 forbidden restriction of any particle -334 forbidden restriction of all compositor -335 forbidden restriction of choice compositor -336 forbidden restriction of sequence compositor -337 occurrence range of wildcard is not a valid restriction of base wildcard's range -338 wildcard is not a subset of corresponding wildcard in the base -339 occurrence range of group is not a restriction of base wildcard's range -340 no complete functional mapping between particles +48 internal error in NetAccessor for URL {0} +49 libcurl error in NetAccessor for URL {0} '{1}:{2}' +50 NetAccessor is unable to determine length of remote file +51 unable to initialize NetAccessor +52 unable to resolve host/address '{0}' +53 unable to create socket for URL '{0}' +54 unable to connect socket for URL '{0}' +55 unable to write to socket for URL '{0}' +56 unable to read from socket for URL '{0}' +57 specified HTTP method is not supported by NetAccessor +58 element '{0}' is already in pool +59 invalid pool element id +60 zero hash modulus +61 reader id not found +62 invalid auto encoding value +63 unable to decode first line in entity '{0}' +64 XML or TEXT declaration '{0}' cannot have NEL or lsep +65 current transcoding service does not support source offset information +66 EBCDIC file must provide encoding declaration +67 unable to open primary document entity '{0}' +68 unbalanced start/end tags +69 call to scanNext is illegal at this point +70 index is past top of stack +71 empty stack +72 target buffer cannot have zero max size +73 unsupported radix; expected 2, 8, 10, or 16 +74 target buffer is too small +75 start index is past the end of string +76 string representation overflows output binary result +77 illegal string pool id +78 char 0x{0} is not representable in '{1}' encoding +79 invalid multi-byte sequence +80 code point 0x{0} is invalid for '{1}' encoding +81 leading surrogate followed by invalid trailing surrogate +82 unable to create converter for '{0}' encoding +83 malformed URL +84 unsupported protocol in URL +85 URL protocol '{0}' is unsupported +86 missing protocol prefix +87 expected '//' after protocol +88 base part of URL cannot be relative +89 port field must be 16-bit decimal number +90 invalid byte '{1}' at position {0} of a {2}-byte sequence +91 invalid bytes '{0}' and '{1}' of a 3-byte sequence +92 irregular bytes '{0}' and '{1}' of a 3-byte sequence +93 invalid bytes '{0}' and '{1}' of a 4-byte sequence +94 exceeded byte limit at byte '{0}' in a {1}-byte sequence +95 index is beyond vector bounds +96 invalid element id +97 internal subset is not allowed when reusing the grammar +98 unknown recognizer encoding +99 illegal character at offset {0} in regular expression '{1}' +100 invalid reference number +101 character expected after backslash +102 unexpected '?'; '(?:', '(?=', '(?!', '(?<', '(?#', or '(?>' expected +103 '(?<=' or '(?<!' expected +104 unterminated comment +105 ')' expected +106 unexpected end of pattern in modifier group +107 ':' expected +108 unexpected end of pattern in conditional group +109 back reference, anchor, lookahead, or lookbehind expected in conditional pattern +110 more than three choices in conditional group +111 character in the U+0040-U+005f range must follow '\c' +112 '{' expected before category character +113 property name must be closed with '}' +114 unexpected meta character +115 unknown property +116 POSIX character class must be closed with ':]' +117 unexpected end of pattern in character class +118 unknown name for POSIX character class +119 ']' expected +120 '{0}' is invalid character range; use '\{1}' instead +121 '[' expected +122 ')', '-[', '+[', or '&[' expected +123 range end code point '{0}' is less than start code point '{1}' +124 invalid Unicode hex notation +125 '\ x{' must be closed with '}' +126 invalid Unicode code point +127 anchor cannot be present at this point +128 '{0}' is invalid character escape sequence +129 invalid quantifier in '{0}'; digit expected +130 invalid quantifier in '{0}'; invalid quantity or missing '}' +131 invalid quantifier in '{0}'; digit or '}' expected +132 invalid quantifier in '{0}'; min quantity must be less than or equal max quantity +133 invalid quantifier in '{0}'; quantity value overflow +134 XML Schema was seen but installed validator does not support XML Schema +135 SubstitutionGroupComparator has no grammar resolver +136 invalid length value '{0}' +137 invalid maxLength value '{0}' +138 invalid minLength value '{0}' +139 length value '{0}' must be a non-negative integer +140 maxLength value '{0}' must be a non-negative integer +141 minLength value '{0}' must be a non-negative integer +142 both length and maxLength cannot be present at the same time +143 both length and minLength cannot be present at the same time +144 maxLength value '{0}' must be greater than minLength value '{1}' +145 invalid facet tag '{0}' +146 length value '{0}' must be equal to length value '{1}' in the base +147 minLength value '{0}' must be greater than or equal to minLength value '{1}' in the base +148 minLength value '{0}' must be less than or equal to maxLength value '{1}' in the base +149 maxLength value '{0}' must be less than or equal to maxLength value '{1}' in the base +150 maxLength value '{0}' must be greater than or equal to minLength value '{1}' in the base +151 length value '{0}' must be greater than or equal to minLength value '{1}' in the base +152 length value '{0}' must be less than or equal to maxLength value '{1}' in the base +153 minLength value '{0}' must be less than or equal to length value '{1}' in the base +154 maxLength value '{0}' must be greater than or equal to length value '{1}' in the base +155 enumeration value '{0}' must be from the value space of the base +156 whiteSpace value '{0}' must be one of 'preserve', 'replace', or 'collapse' +157 whiteSpace value is 'preserve' or 'replace' while base type whiteSpace value is 'collapse' +158 whiteSpace value is 'preserve' while base type whiteSpace value is 'replace' +159 invalid maxInclusive value '{0}' +160 invalid maxExclusive value '{0}' +161 invalid minInclusive value '{0}' +162 invalid minExclusive value '{0}' +163 invalid totalDigits value '{0}' +164 invalid fractionDigits value '{0}' +165 totalDigits value '{0}' must be a positive integer +166 fractionDigits value '{0}' must be a non-negative integer +167 both maxInclusive and maxExclusive cannot be present at the same time +168 both minInclusive and minExclusive cannot be present at the same time +169 maxExclusive value '{0}' must be greater than minExclusive value '{1}' +170 maxExclusive value '{0}' must be greater than minInclusive value '{1}' +171 maxInclusive value '{0}' must be greater than minExclusive value '{1}' +172 maxInclusive value '{0}' must be greater than minInclusive value '{1}' +173 totalDigits value '{0}' must be greater than fractionDigits value '{1}' +174 maxInclusive value '{0}' must be less than maxExclusive value '{1}' in the base +175 maxInclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base +176 maxInclusive value '{0}' must be greater than or equal to minInclusive value '{1}' in the base +177 maxInclusive value '{0}' must be greater than minExclusive value '{1}' in the base +178 maxExclusive value '{0}' must be less than or equal to maxExclusive value '{1}' in the base +179 maxExclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base +180 maxExclusive value '{0}' must be greater than minInclusive value '{1}' in the base +181 maxExclusive value '{0}' must be greater than minExclusive value '{1}' in the base +182 minExclusive value '{0}' must be less than maxExclusive value '{1}' in the base +183 minExclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base +184 minExclusive value '{0}' must be greater than minInclusive value '{1}' in the base +185 minExclusive value '{0}' must be greater than minExclusive value '{1}' in the base +186 minInclusive value '{0}' must be less than maxExclusive value '{1}' in the base +187 minInclusive value '{0}' must be less than or equal to maxInclusive value '{1}' in the base +188 minInclusive value '{0}' must be greater than or equal to minInclusive value '{1}' in the base +189 minInclusive value '{0}' must be greater than minExclusive value '{1}' in the base +190 maxInclusive value '{0}' must be from the base type value space +191 maxExclusive value '{0}' must be from the base type value space +192 minInclusive value '{0}' must be from the base type value space +193 minExclusive value '{0}' must be from the base type value space +194 totalDigits value '{0}' must be less than or equal to totalDigits value '{1}' in the base +195 fractionDigits value '{0}' must be less than or equal to totalDigits value '{1}' in the base +196 fractionDigits value '{0}' must be less than or equal to fractionDigits value '{1}' in the base +197 maxInclusive value '{0}' must be equal to fixed maxInclusive value '{1}' in the base +198 maxExclusive value '{0}' must be equal to fixed maxExclusive value '{1}' in the base +199 minInclusive value '{0}' must be equal to fixed minInclusive value '{1}' in the base +200 minExclusive value '{0}' must be equal to fixed minExclusive value '{1}' in the base +201 totalDigits value '{0}' must be equal to fixed totalDigits value '{1}' in the base +202 fractionDigits value '{0}' must be equal to fixed fractionDigits value '{1}' in the base +203 maxLength value '{0}' must be equal to fixed maxLength value '{1}' in the base +204 minLength value '{0}' must be equal to fixed minLength value '{1}' in the base +205 whiteSpace value '{0}' must be equal to fixed whiteSpace value '{1}' in the base +206 internal error while processing fixed facet +207 list itemType is empty +208 union memberTypes is empty +209 restriction union base is empty +210 restriction union base is '{0}' instead of union +211 value '{0}' does not match regular expression facet '{1}' +212 value '{0}' is invalid Base64-encoded binary +213 value '{0}' is invalid Hex-encoded binary +214 value '{0}' has length '{1}' which exceeds maxLength facet value '{2}' +215 value '{0}' has length '{1}' which is less than minLength facet value '{2}' +216 value '{0}' has length '{1}' which is not equal to length facet value '{2}' +217 value '{0}' not in enumeration +218 value '{0}' has '{1}' total digits which exceeds totalDigits facet value '{2}' +219 value '{0}' has '{1}' fraction digits which exceeds fractionDigits facet value '{2}' +220 value '{0}' must be less than or equal to maxInclusive facet value '{1}' +221 value '{0}' must be less than maxExclusive facet value '{1}' +222 value '{0}' must be greater than or equal to minInclusive facet value '{1}' +223 value '{0}' must be greater than or equal to minExclusive facet value '{1}' +224 value '{0}' is not whitespace replaced +225 value '{0}' is not whitespace collapsed +226 value '{0}' is invalid NCName +227 value '{0}' is invalid {1} +228 ID value '{0}' is not unique +229 value '{0}' is invalid ENTITY +230 value '{0}' is invalid QName +231 NOTATION '{0}' must be valid QName +232 value '{0}' does not match any member types of the union +233 value '{0}' is invalid anyURI +234 empty string encountered +235 string contains only whitespaces +236 more than one decimal point encountered +237 invalid character encountered +238 NULL pointer encountered +239 unable to construct URI with NULL/empty {0} +240 {0} '{1}' can only be set for a generic URI +241 {0} contains invalid escape sequence '{1}' +242 {0} contains invalid character '{1}' +243 {0} cannot be NULL +244 '{1}' is not conformant to {0} +245 no scheme found in URI +246 {0} '{1}' may not be specified if host is not specified +247 {0} '{1}' may not be specified if path is not specified +248 port number '{0}' must be in the (0,65535) range +249 internal error while validating '{0}' +250 result not set +251 internal error in CompactRanges +252 mismatched type in MergeRanges +253 internal error in SubtractRanges +254 internal error in IntersectRanges +255 argument must be RangeToken +256 invalid category name '{0}' +257 keyword '{0}' not found +258 reference number must be greater than zero +259 option '{0}' unknown +260 unknown token type +261 unable to get RangeToken for '{0}' +262 not supported +263 invalid child index +264 replace pattern cannot match zero-length string +265 invalid replace pattern +266 enabling NEL option can only be done once per process +267 out of memory +268 operation is not allowed +269 selector cannot select attribute +270 '|' at the beginning of XPath expression is illegal +271 '||' in XPath expression is illegal +272 missing attribute name in XPath expression +273 unexpected XPath token; expected qname, any, or namespace test +274 prefix '{0}' used in XPath expression can not be resolved to namespace URI +275 '::' in XPath expression is illegal +276 expected step following 'child' token in XPath expression +277 expected step following '//' in XPath expression +278 expected step following '/' in XPath expression +279 '/' not allowed after '//' in XPath expression +280 '//' only allowed after '.' at the beginning of XPath expression +281 '/' at the beginning of XPath expression is illegal +282 root element selection is illegal in XPath expression +283 empty XPath expression +284 XPath expression cannot end with '|' +285 invalid character '{0}' in XPath expression +286 unsupported XPath token +287 fractional values not supported in XPath expression +288 invalid dateTime value '{0}' +289 missing 'T' separator in dateTime value '{0}' +290 invalid gDay value '{0}' +291 invalid gMonth value '{0}' +292 invalid gMonthDay value '{0}' +293 invalid duration value '{0}' +294 duration value '{0}' must start with '-' or 'P' +295 duration value '{0}' must contain 'P' +296 duration value '{0}' can contain '-' only as the first character +297 duration value '{0}' contains invalid text before 'T' +298 duration value '{0}' has no time component after 'T' +299 duration value '{0}' must have at least one component +300 duration value '{0}' must have at least one digit after '.' +301 incomplete date value '{0}' +302 invalid date value '{0}' +303 incomplete time value '{0}' +304 invalid time value '{0}' +305 expected fractional seconds after '.' in time value '{0}' +306 incomplete gYearMonth value '{0}' +307 invalid gYearMonth value '{0}' +308 invalid gYear value '{0}' +309 year value '{0}' must follow 'CCYY' format +310 invalid leading zero in gYear value '{0}' +311 month component missing in gYearMonth value '{0}' +312 time zone expected in '{0}' +313 unexpected text after 'Z' in time zone value '{0}' +314 invalid time zone value '{0}' +315 illegal year value '{0}' +316 month value '{0}' must be between 1 and 12 +317 day value '{0}' must be between 1 and {1} +318 hours value '{0}' must be between 0 and 23 +319 minutes value '{0}' must be between 0 and 59 +320 seconds value '{0}' must be between 0 and 60 +321 minutes value '{0}' must be between 0 and 59 +322 derived by restriction complex type has content while base type is empty +323 namespace of element '{0}' is not allowed by wildcard in the base +324 occurrence range of element '{0}' is not a valid restriction of base element's range +325 element name/namespace in restriction does not match that of corresponding element in the base +326 element '{0}' is nillable in the restriction while it is non-nillable in the base +327 element '{0}' is either not fixed or is fixed to a different value compared to corresponding element in the base +328 disallowed substitutions for element '{0}' are not a superset of those for corresponding element in the base +329 element '{0}' has type that does not derive from type of corresponding element in the base +330 element '{0}' has fewer identity constraints compared to corresponding element '{1}' in the base +331 element '{0}' has identity constraint that does not appear in corresponding element '{1}' in the base +332 occurrence range of group is not a valid restriction of occurrence range of base group +333 no complete functional mapping between particles +334 forbidden restriction of any particle +335 forbidden restriction of all compositor +336 forbidden restriction of choice compositor +337 forbidden restriction of sequence compositor +338 occurrence range of wildcard is not a valid restriction of base wildcard's range +339 wildcard is not a subset of corresponding wildcard in the base +340 occurrence range of group is not a restriction of base wildcard's range 341 no complete functional mapping between particles -342 invalid content spec node type -343 NodeIDMap exceeds largest available size -344 ProtoType has NULL class name -345 ProtoType name length '{0}' differs from expected '{1}' -346 ProtoType name '{0}' differs from expected '{1}' -347 InputStream read '{0}' is less than required '{1}' -348 InputStream read '{0}' is beyond available buffer size '{1}' -349 storing violation -350 store buffer violation '{0}', '{1}' -351 object tag '{0}' exceeds load pool upper boundary '{1}' -352 load pool size '{0}' does not tally with object count '{1}' -353 loading violation -354 load buffer violation '{0}', '{1}' -355 invalid class index '{0}', '{1}' -356 invalid checkFillBuffer size '{0}' -357 invalid checkFlushBuffer size '{0}' -358 invalid NULL pointer encountered '{0}' -359 createObject fails -360 object count '{0}' exceeds upper boundary '{1}' -361 grammar pool is empty -362 grammar pool is not empty -363 string pool is not empty -364 storer level '{0}' does not match loader level '{1}' -365 undefined prefix in QName value '{0}' +342 no complete functional mapping between particles +343 invalid content spec node type +344 NodeIDMap exceeds largest available size +345 ProtoType has NULL class name +346 ProtoType name length '{0}' differs from expected '{1}' +347 ProtoType name '{0}' differs from expected '{1}' +348 InputStream read '{0}' is less than required '{1}' +349 InputStream read '{0}' is beyond available buffer size '{1}' +350 storing violation +351 store buffer violation '{0}', '{1}' +352 object tag '{0}' exceeds load pool upper boundary '{1}' +353 load pool size '{0}' does not tally with object count '{1}' +354 loading violation +355 load buffer violation '{0}', '{1}' +356 invalid class index '{0}', '{1}' +357 invalid checkFillBuffer size '{0}' +358 invalid checkFlushBuffer size '{0}' +359 invalid NULL pointer encountered '{0}' +360 createObject fails +361 object count '{0}' exceeds upper boundary '{1}' +362 grammar pool is empty +363 grammar pool is not empty +364 string pool is not empty +365 storer level '{0}' does not match loader level '{1}' +366 undefined prefix in QName value '{0}' $set 4 diff --git a/src/xercesc/util/XMLDOMMsg.hpp b/src/xercesc/util/XMLDOMMsg.hpp index 3ca44003a..807b95893 100644 --- a/src/xercesc/util/XMLDOMMsg.hpp +++ b/src/xercesc/util/XMLDOMMsg.hpp @@ -9,6 +9,12 @@ XERCES_CPP_NAMESPACE_BEGIN +// Ignore warning about private constructor +#if defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wctor-dtor-privacy" +#endif + class XMLDOMMsg { public : @@ -98,6 +104,10 @@ private: XMLDOMMsg(); }; +#if defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)) +# pragma GCC diagnostic pop +#endif + XERCES_CPP_NAMESPACE_END #endif diff --git a/src/xercesc/util/XMLExceptMsgs.hpp b/src/xercesc/util/XMLExceptMsgs.hpp index e4c7f7067..3b1ae441f 100644 --- a/src/xercesc/util/XMLExceptMsgs.hpp +++ b/src/xercesc/util/XMLExceptMsgs.hpp @@ -68,326 +68,327 @@ public : , HshTbl_NoSuchKeyExists = 46 , Mutex_CouldNotDestroy = 47 , NetAcc_InternalError = 48 - , NetAcc_LengthError = 49 - , NetAcc_InitFailed = 50 - , NetAcc_TargetResolution = 51 - , NetAcc_CreateSocket = 52 - , NetAcc_ConnSocket = 53 - , NetAcc_WriteSocket = 54 - , NetAcc_ReadSocket = 55 - , NetAcc_UnsupportedMethod = 56 - , Pool_ElemAlreadyExists = 57 - , Pool_InvalidId = 58 - , Pool_ZeroModulus = 59 - , RdrMgr_ReaderIdNotFound = 60 - , Reader_BadAutoEncoding = 61 - , Reader_CouldNotDecodeFirstLine = 62 - , Reader_NelLsepinDecl = 63 - , Reader_SrcOfsNotSupported = 64 - , Reader_EncodingStrRequired = 65 - , Scan_CouldNotOpenSource = 66 - , Scan_UnbalancedStartEnd = 67 - , Scan_BadPScanToken = 68 - , Stack_BadIndex = 69 - , Stack_EmptyStack = 70 - , Str_ZeroSizedTargetBuf = 71 - , Str_UnknownRadix = 72 - , Str_TargetBufTooSmall = 73 - , Str_StartIndexPastEnd = 74 - , Str_ConvertOverflow = 75 - , StrPool_IllegalId = 76 - , Trans_Unrepresentable = 77 - , Trans_BadSrcSeq = 78 - , Trans_BadSrcCP = 79 - , Trans_BadTrailingSurrogate = 80 - , Trans_CantCreateCvtrFor = 81 - , URL_MalformedURL = 82 - , URL_UnsupportedProto = 83 - , URL_UnsupportedProto1 = 84 - , URL_NoProtocolPresent = 85 - , URL_ExpectingTwoSlashes = 86 - , URL_RelativeBaseURL = 87 - , URL_BadPortField = 88 - , UTF8_FormatError = 89 - , UTF8_Invalid_3BytesSeq = 90 - , UTF8_Irregular_3BytesSeq = 91 - , UTF8_Invalid_4BytesSeq = 92 - , UTF8_Exceeds_BytesLimit = 93 - , Vector_BadIndex = 94 - , Val_InvalidElemId = 95 - , Val_CantHaveIntSS = 96 - , XMLRec_UnknownEncoding = 97 - , Parser_Parse1 = 98 - , Parser_Parse2 = 99 - , Parser_Next1 = 100 - , Parser_Next2 = 101 - , Parser_Next3 = 102 - , Parser_Next4 = 103 - , Parser_Factor1 = 104 - , Parser_Factor2 = 105 - , Parser_Factor3 = 106 - , Parser_Factor4 = 107 - , Parser_Factor5 = 108 - , Parser_Factor6 = 109 - , Parser_Atom1 = 110 - , Parser_Atom2 = 111 - , Parser_Atom3 = 112 - , Parser_Atom4 = 113 - , Parser_Atom5 = 114 - , Parser_CC1 = 115 - , Parser_CC2 = 116 - , Parser_CC3 = 117 - , Parser_CC5 = 118 - , Parser_CC6 = 119 - , Parser_Ope1 = 120 - , Parser_Ope2 = 121 - , Parser_Ope3 = 122 - , Parser_Descape1 = 123 - , Parser_Descape3 = 124 - , Parser_Descape4 = 125 - , Parser_Descape5 = 126 - , Parser_Process2 = 127 - , Parser_Quantifier1 = 128 - , Parser_Quantifier2 = 129 - , Parser_Quantifier3 = 130 - , Parser_Quantifier4 = 131 - , Parser_Quantifier5 = 132 - , Gen_NoSchemaValidator = 133 - , SubGrpComparator_NGR = 134 - , FACET_Invalid_Len = 135 - , FACET_Invalid_maxLen = 136 - , FACET_Invalid_minLen = 137 - , FACET_NonNeg_Len = 138 - , FACET_NonNeg_maxLen = 139 - , FACET_NonNeg_minLen = 140 - , FACET_Len_maxLen = 141 - , FACET_Len_minLen = 142 - , FACET_maxLen_minLen = 143 - , FACET_Invalid_Tag = 144 - , FACET_Len_baseLen = 145 - , FACET_minLen_baseminLen = 146 - , FACET_minLen_basemaxLen = 147 - , FACET_maxLen_basemaxLen = 148 - , FACET_maxLen_baseminLen = 149 - , FACET_Len_baseMinLen = 150 - , FACET_Len_baseMaxLen = 151 - , FACET_minLen_baseLen = 152 - , FACET_maxLen_baseLen = 153 - , FACET_enum_base = 154 - , FACET_Invalid_WS = 155 - , FACET_WS_collapse = 156 - , FACET_WS_replace = 157 - , FACET_Invalid_MaxIncl = 158 - , FACET_Invalid_MaxExcl = 159 - , FACET_Invalid_MinIncl = 160 - , FACET_Invalid_MinExcl = 161 - , FACET_Invalid_TotalDigit = 162 - , FACET_Invalid_FractDigit = 163 - , FACET_PosInt_TotalDigit = 164 - , FACET_NonNeg_FractDigit = 165 - , FACET_max_Incl_Excl = 166 - , FACET_min_Incl_Excl = 167 - , FACET_maxExcl_minExcl = 168 - , FACET_maxExcl_minIncl = 169 - , FACET_maxIncl_minExcl = 170 - , FACET_maxIncl_minIncl = 171 - , FACET_TotDigit_FractDigit = 172 - , FACET_maxIncl_base_maxExcl = 173 - , FACET_maxIncl_base_maxIncl = 174 - , FACET_maxIncl_base_minIncl = 175 - , FACET_maxIncl_base_minExcl = 176 - , FACET_maxExcl_base_maxExcl = 177 - , FACET_maxExcl_base_maxIncl = 178 - , FACET_maxExcl_base_minIncl = 179 - , FACET_maxExcl_base_minExcl = 180 - , FACET_minExcl_base_maxExcl = 181 - , FACET_minExcl_base_maxIncl = 182 - , FACET_minExcl_base_minIncl = 183 - , FACET_minExcl_base_minExcl = 184 - , FACET_minIncl_base_maxExcl = 185 - , FACET_minIncl_base_maxIncl = 186 - , FACET_minIncl_base_minIncl = 187 - , FACET_minIncl_base_minExcl = 188 - , FACET_maxIncl_notFromBase = 189 - , FACET_maxExcl_notFromBase = 190 - , FACET_minIncl_notFromBase = 191 - , FACET_minExcl_notFromBase = 192 - , FACET_totalDigit_base_totalDigit = 193 - , FACET_fractDigit_base_totalDigit = 194 - , FACET_fractDigit_base_fractDigit = 195 - , FACET_maxIncl_base_fixed = 196 - , FACET_maxExcl_base_fixed = 197 - , FACET_minIncl_base_fixed = 198 - , FACET_minExcl_base_fixed = 199 - , FACET_totalDigit_base_fixed = 200 - , FACET_fractDigit_base_fixed = 201 - , FACET_maxLen_base_fixed = 202 - , FACET_minLen_base_fixed = 203 - , FACET_whitespace_base_fixed = 204 - , FACET_internalError_fixed = 205 - , FACET_List_Null_baseValidator = 206 - , FACET_Union_Null_memberTypeValidators = 207 - , FACET_Union_Null_baseValidator = 208 - , FACET_Union_invalid_baseValidatorType = 209 - , VALUE_NotMatch_Pattern = 210 - , VALUE_Not_Base64 = 211 - , VALUE_Not_HexBin = 212 - , VALUE_GT_maxLen = 213 - , VALUE_LT_minLen = 214 - , VALUE_NE_Len = 215 - , VALUE_NotIn_Enumeration = 216 - , VALUE_exceed_totalDigit = 217 - , VALUE_exceed_fractDigit = 218 - , VALUE_exceed_maxIncl = 219 - , VALUE_exceed_maxExcl = 220 - , VALUE_exceed_minIncl = 221 - , VALUE_exceed_minExcl = 222 - , VALUE_WS_replaced = 223 - , VALUE_WS_collapsed = 224 - , VALUE_Invalid_NCName = 225 - , VALUE_Invalid_Name = 226 - , VALUE_ID_Not_Unique = 227 - , VALUE_ENTITY_Invalid = 228 - , VALUE_QName_Invalid = 229 - , VALUE_NOTATION_Invalid = 230 - , VALUE_no_match_memberType = 231 - , VALUE_URI_Malformed = 232 - , XMLNUM_emptyString = 233 - , XMLNUM_WSString = 234 - , XMLNUM_2ManyDecPoint = 235 - , XMLNUM_Inv_chars = 236 - , XMLNUM_null_ptr = 237 - , XMLNUM_URI_Component_Empty = 238 - , XMLNUM_URI_Component_for_GenURI_Only = 239 - , XMLNUM_URI_Component_Invalid_EscapeSequence = 240 - , XMLNUM_URI_Component_Invalid_Char = 241 - , XMLNUM_URI_Component_Set_Null = 242 - , XMLNUM_URI_Component_Not_Conformant = 243 - , XMLNUM_URI_No_Scheme = 244 - , XMLNUM_URI_NullHost = 245 - , XMLNUM_URI_NullPath = 246 - , XMLNUM_URI_PortNo_Invalid = 247 - , XMLNUM_DBL_FLT_InvalidType = 248 - , Regex_Result_Not_Set = 249 - , Regex_CompactRangesError = 250 - , Regex_MergeRangesTypeMismatch = 251 - , Regex_SubtractRangesError = 252 - , Regex_IntersectRangesError = 253 - , Regex_ComplementRangesInvalidArg = 254 - , Regex_InvalidCategoryName = 255 - , Regex_KeywordNotFound = 256 - , Regex_BadRefNo = 257 - , Regex_UnknownOption = 258 - , Regex_UnknownTokenType = 259 - , Regex_RangeTokenGetError = 260 - , Regex_NotSupported = 261 - , Regex_InvalidChildIndex = 262 - , Regex_RepPatMatchesZeroString = 263 - , Regex_InvalidRepPattern = 264 - , NEL_RepeatedCalls = 265 - , Out_Of_Memory = 266 - , DV_InvalidOperation = 267 - , XPath_NoAttrSelector = 268 - , XPath_NoUnionAtStart = 269 - , XPath_NoMultipleUnion = 270 - , XPath_MissingAttr = 271 - , XPath_ExpectedToken1 = 272 - , XPath_PrefixNoURI = 273 - , XPath_NoDoubleColon = 274 - , XPath_ExpectedStep1 = 275 - , XPath_ExpectedStep2 = 276 - , XPath_ExpectedStep3 = 277 - , XPath_NoForwardSlash = 278 - , XPath_NoDoubleForwardSlash = 279 - , XPath_NoForwardSlashAtStart = 280 - , XPath_NoSelectionOfRoot = 281 - , XPath_EmptyExpr = 282 - , XPath_NoUnionAtEnd = 283 - , XPath_InvalidChar = 284 - , XPath_TokenNotSupported = 285 - , XPath_FindSolution = 286 - , DateTime_dt_invalid = 287 - , DateTime_dt_missingT = 288 - , DateTime_gDay_invalid = 289 - , DateTime_gMth_invalid = 290 - , DateTime_gMthDay_invalid = 291 - , DateTime_dur_invalid = 292 - , DateTime_dur_Start_dashP = 293 - , DateTime_dur_noP = 294 - , DateTime_dur_DashNotFirst = 295 - , DateTime_dur_inv_b4T = 296 - , DateTime_dur_NoTimeAfterT = 297 - , DateTime_dur_NoElementAtAll = 298 - , DateTime_dur_inv_seconds = 299 - , DateTime_date_incomplete = 300 - , DateTime_date_invalid = 301 - , DateTime_time_incomplete = 302 - , DateTime_time_invalid = 303 - , DateTime_ms_noDigit = 304 - , DateTime_ym_incomplete = 305 - , DateTime_ym_invalid = 306 - , DateTime_year_invalid = 307 - , DateTime_year_tooShort = 308 - , DateTime_year_leadingZero = 309 - , DateTime_ym_noMonth = 310 - , DateTime_tz_noUTCsign = 311 - , DateTime_tz_stuffAfterZ = 312 - , DateTime_tz_invalid = 313 - , DateTime_year_zero = 314 - , DateTime_mth_invalid = 315 - , DateTime_day_invalid = 316 - , DateTime_hour_invalid = 317 - , DateTime_min_invalid = 318 - , DateTime_second_invalid = 319 - , DateTime_tz_hh_invalid = 320 - , PD_EmptyBase = 321 - , PD_NSCompat1 = 322 - , PD_OccurRangeE = 323 - , PD_NameTypeOK1 = 324 - , PD_NameTypeOK2 = 325 - , PD_NameTypeOK3 = 326 - , PD_NameTypeOK4 = 327 - , PD_NameTypeOK5 = 328 - , PD_NameTypeOK6 = 329 - , PD_NameTypeOK7 = 330 - , PD_Recurse1 = 331 - , PD_Recurse2 = 332 - , PD_ForbiddenRes1 = 333 - , PD_ForbiddenRes2 = 334 - , PD_ForbiddenRes3 = 335 - , PD_ForbiddenRes4 = 336 - , PD_NSSubset1 = 337 - , PD_NSSubset2 = 338 - , PD_NSRecurseCheckCardinality1 = 339 - , PD_RecurseUnordered = 340 - , PD_MapAndSum = 341 - , PD_InvalidContentType = 342 - , NodeIDMap_GrowErr = 343 - , XSer_ProtoType_Null_ClassName = 344 - , XSer_ProtoType_NameLen_Dif = 345 - , XSer_ProtoType_Name_Dif = 346 - , XSer_InStream_Read_LT_Req = 347 - , XSer_InStream_Read_OverFlow = 348 - , XSer_Storing_Violation = 349 - , XSer_StoreBuffer_Violation = 350 - , XSer_LoadPool_UppBnd_Exceed = 351 - , XSer_LoadPool_NoTally_ObjCnt = 352 - , XSer_Loading_Violation = 353 - , XSer_LoadBuffer_Violation = 354 - , XSer_Inv_ClassIndex = 355 - , XSer_Inv_checkFillBuffer_Size = 356 - , XSer_Inv_checkFlushBuffer_Size = 357 - , XSer_Inv_Null_Pointer = 358 - , XSer_CreateObject_Fail = 359 - , XSer_ObjCount_UppBnd_Exceed = 360 - , XSer_GrammarPool_Empty = 361 - , XSer_GrammarPool_NotEmpty = 362 - , XSer_StringPool_NotEmpty = 363 - , XSer_Storer_Loader_Mismatch = 364 - , VALUE_QName_Invalid2 = 365 - , F_HighBounds = 366 - , E_LowBounds = 367 - , E_HighBounds = 368 + , NetAcc_CurlError = 49 + , NetAcc_LengthError = 50 + , NetAcc_InitFailed = 51 + , NetAcc_TargetResolution = 52 + , NetAcc_CreateSocket = 53 + , NetAcc_ConnSocket = 54 + , NetAcc_WriteSocket = 55 + , NetAcc_ReadSocket = 56 + , NetAcc_UnsupportedMethod = 57 + , Pool_ElemAlreadyExists = 58 + , Pool_InvalidId = 59 + , Pool_ZeroModulus = 60 + , RdrMgr_ReaderIdNotFound = 61 + , Reader_BadAutoEncoding = 62 + , Reader_CouldNotDecodeFirstLine = 63 + , Reader_NelLsepinDecl = 64 + , Reader_SrcOfsNotSupported = 65 + , Reader_EncodingStrRequired = 66 + , Scan_CouldNotOpenSource = 67 + , Scan_UnbalancedStartEnd = 68 + , Scan_BadPScanToken = 69 + , Stack_BadIndex = 70 + , Stack_EmptyStack = 71 + , Str_ZeroSizedTargetBuf = 72 + , Str_UnknownRadix = 73 + , Str_TargetBufTooSmall = 74 + , Str_StartIndexPastEnd = 75 + , Str_ConvertOverflow = 76 + , StrPool_IllegalId = 77 + , Trans_Unrepresentable = 78 + , Trans_BadSrcSeq = 79 + , Trans_BadSrcCP = 80 + , Trans_BadTrailingSurrogate = 81 + , Trans_CantCreateCvtrFor = 82 + , URL_MalformedURL = 83 + , URL_UnsupportedProto = 84 + , URL_UnsupportedProto1 = 85 + , URL_NoProtocolPresent = 86 + , URL_ExpectingTwoSlashes = 87 + , URL_RelativeBaseURL = 88 + , URL_BadPortField = 89 + , UTF8_FormatError = 90 + , UTF8_Invalid_3BytesSeq = 91 + , UTF8_Irregular_3BytesSeq = 92 + , UTF8_Invalid_4BytesSeq = 93 + , UTF8_Exceeds_BytesLimit = 94 + , Vector_BadIndex = 95 + , Val_InvalidElemId = 96 + , Val_CantHaveIntSS = 97 + , XMLRec_UnknownEncoding = 98 + , Parser_Parse1 = 99 + , Parser_Parse2 = 100 + , Parser_Next1 = 101 + , Parser_Next2 = 102 + , Parser_Next3 = 103 + , Parser_Next4 = 104 + , Parser_Factor1 = 105 + , Parser_Factor2 = 106 + , Parser_Factor3 = 107 + , Parser_Factor4 = 108 + , Parser_Factor5 = 109 + , Parser_Factor6 = 110 + , Parser_Atom1 = 111 + , Parser_Atom2 = 112 + , Parser_Atom3 = 113 + , Parser_Atom4 = 114 + , Parser_Atom5 = 115 + , Parser_CC1 = 116 + , Parser_CC2 = 117 + , Parser_CC3 = 118 + , Parser_CC5 = 119 + , Parser_CC6 = 120 + , Parser_Ope1 = 121 + , Parser_Ope2 = 122 + , Parser_Ope3 = 123 + , Parser_Descape1 = 124 + , Parser_Descape3 = 125 + , Parser_Descape4 = 126 + , Parser_Descape5 = 127 + , Parser_Process2 = 128 + , Parser_Quantifier1 = 129 + , Parser_Quantifier2 = 130 + , Parser_Quantifier3 = 131 + , Parser_Quantifier4 = 132 + , Parser_Quantifier5 = 133 + , Gen_NoSchemaValidator = 134 + , SubGrpComparator_NGR = 135 + , FACET_Invalid_Len = 136 + , FACET_Invalid_maxLen = 137 + , FACET_Invalid_minLen = 138 + , FACET_NonNeg_Len = 139 + , FACET_NonNeg_maxLen = 140 + , FACET_NonNeg_minLen = 141 + , FACET_Len_maxLen = 142 + , FACET_Len_minLen = 143 + , FACET_maxLen_minLen = 144 + , FACET_Invalid_Tag = 145 + , FACET_Len_baseLen = 146 + , FACET_minLen_baseminLen = 147 + , FACET_minLen_basemaxLen = 148 + , FACET_maxLen_basemaxLen = 149 + , FACET_maxLen_baseminLen = 150 + , FACET_Len_baseMinLen = 151 + , FACET_Len_baseMaxLen = 152 + , FACET_minLen_baseLen = 153 + , FACET_maxLen_baseLen = 154 + , FACET_enum_base = 155 + , FACET_Invalid_WS = 156 + , FACET_WS_collapse = 157 + , FACET_WS_replace = 158 + , FACET_Invalid_MaxIncl = 159 + , FACET_Invalid_MaxExcl = 160 + , FACET_Invalid_MinIncl = 161 + , FACET_Invalid_MinExcl = 162 + , FACET_Invalid_TotalDigit = 163 + , FACET_Invalid_FractDigit = 164 + , FACET_PosInt_TotalDigit = 165 + , FACET_NonNeg_FractDigit = 166 + , FACET_max_Incl_Excl = 167 + , FACET_min_Incl_Excl = 168 + , FACET_maxExcl_minExcl = 169 + , FACET_maxExcl_minIncl = 170 + , FACET_maxIncl_minExcl = 171 + , FACET_maxIncl_minIncl = 172 + , FACET_TotDigit_FractDigit = 173 + , FACET_maxIncl_base_maxExcl = 174 + , FACET_maxIncl_base_maxIncl = 175 + , FACET_maxIncl_base_minIncl = 176 + , FACET_maxIncl_base_minExcl = 177 + , FACET_maxExcl_base_maxExcl = 178 + , FACET_maxExcl_base_maxIncl = 179 + , FACET_maxExcl_base_minIncl = 180 + , FACET_maxExcl_base_minExcl = 181 + , FACET_minExcl_base_maxExcl = 182 + , FACET_minExcl_base_maxIncl = 183 + , FACET_minExcl_base_minIncl = 184 + , FACET_minExcl_base_minExcl = 185 + , FACET_minIncl_base_maxExcl = 186 + , FACET_minIncl_base_maxIncl = 187 + , FACET_minIncl_base_minIncl = 188 + , FACET_minIncl_base_minExcl = 189 + , FACET_maxIncl_notFromBase = 190 + , FACET_maxExcl_notFromBase = 191 + , FACET_minIncl_notFromBase = 192 + , FACET_minExcl_notFromBase = 193 + , FACET_totalDigit_base_totalDigit = 194 + , FACET_fractDigit_base_totalDigit = 195 + , FACET_fractDigit_base_fractDigit = 196 + , FACET_maxIncl_base_fixed = 197 + , FACET_maxExcl_base_fixed = 198 + , FACET_minIncl_base_fixed = 199 + , FACET_minExcl_base_fixed = 200 + , FACET_totalDigit_base_fixed = 201 + , FACET_fractDigit_base_fixed = 202 + , FACET_maxLen_base_fixed = 203 + , FACET_minLen_base_fixed = 204 + , FACET_whitespace_base_fixed = 205 + , FACET_internalError_fixed = 206 + , FACET_List_Null_baseValidator = 207 + , FACET_Union_Null_memberTypeValidators = 208 + , FACET_Union_Null_baseValidator = 209 + , FACET_Union_invalid_baseValidatorType = 210 + , VALUE_NotMatch_Pattern = 211 + , VALUE_Not_Base64 = 212 + , VALUE_Not_HexBin = 213 + , VALUE_GT_maxLen = 214 + , VALUE_LT_minLen = 215 + , VALUE_NE_Len = 216 + , VALUE_NotIn_Enumeration = 217 + , VALUE_exceed_totalDigit = 218 + , VALUE_exceed_fractDigit = 219 + , VALUE_exceed_maxIncl = 220 + , VALUE_exceed_maxExcl = 221 + , VALUE_exceed_minIncl = 222 + , VALUE_exceed_minExcl = 223 + , VALUE_WS_replaced = 224 + , VALUE_WS_collapsed = 225 + , VALUE_Invalid_NCName = 226 + , VALUE_Invalid_Name = 227 + , VALUE_ID_Not_Unique = 228 + , VALUE_ENTITY_Invalid = 229 + , VALUE_QName_Invalid = 230 + , VALUE_NOTATION_Invalid = 231 + , VALUE_no_match_memberType = 232 + , VALUE_URI_Malformed = 233 + , XMLNUM_emptyString = 234 + , XMLNUM_WSString = 235 + , XMLNUM_2ManyDecPoint = 236 + , XMLNUM_Inv_chars = 237 + , XMLNUM_null_ptr = 238 + , XMLNUM_URI_Component_Empty = 239 + , XMLNUM_URI_Component_for_GenURI_Only = 240 + , XMLNUM_URI_Component_Invalid_EscapeSequence = 241 + , XMLNUM_URI_Component_Invalid_Char = 242 + , XMLNUM_URI_Component_Set_Null = 243 + , XMLNUM_URI_Component_Not_Conformant = 244 + , XMLNUM_URI_No_Scheme = 245 + , XMLNUM_URI_NullHost = 246 + , XMLNUM_URI_NullPath = 247 + , XMLNUM_URI_PortNo_Invalid = 248 + , XMLNUM_DBL_FLT_InvalidType = 249 + , Regex_Result_Not_Set = 250 + , Regex_CompactRangesError = 251 + , Regex_MergeRangesTypeMismatch = 252 + , Regex_SubtractRangesError = 253 + , Regex_IntersectRangesError = 254 + , Regex_ComplementRangesInvalidArg = 255 + , Regex_InvalidCategoryName = 256 + , Regex_KeywordNotFound = 257 + , Regex_BadRefNo = 258 + , Regex_UnknownOption = 259 + , Regex_UnknownTokenType = 260 + , Regex_RangeTokenGetError = 261 + , Regex_NotSupported = 262 + , Regex_InvalidChildIndex = 263 + , Regex_RepPatMatchesZeroString = 264 + , Regex_InvalidRepPattern = 265 + , NEL_RepeatedCalls = 266 + , Out_Of_Memory = 267 + , DV_InvalidOperation = 268 + , XPath_NoAttrSelector = 269 + , XPath_NoUnionAtStart = 270 + , XPath_NoMultipleUnion = 271 + , XPath_MissingAttr = 272 + , XPath_ExpectedToken1 = 273 + , XPath_PrefixNoURI = 274 + , XPath_NoDoubleColon = 275 + , XPath_ExpectedStep1 = 276 + , XPath_ExpectedStep2 = 277 + , XPath_ExpectedStep3 = 278 + , XPath_NoForwardSlash = 279 + , XPath_NoDoubleForwardSlash = 280 + , XPath_NoForwardSlashAtStart = 281 + , XPath_NoSelectionOfRoot = 282 + , XPath_EmptyExpr = 283 + , XPath_NoUnionAtEnd = 284 + , XPath_InvalidChar = 285 + , XPath_TokenNotSupported = 286 + , XPath_FindSolution = 287 + , DateTime_dt_invalid = 288 + , DateTime_dt_missingT = 289 + , DateTime_gDay_invalid = 290 + , DateTime_gMth_invalid = 291 + , DateTime_gMthDay_invalid = 292 + , DateTime_dur_invalid = 293 + , DateTime_dur_Start_dashP = 294 + , DateTime_dur_noP = 295 + , DateTime_dur_DashNotFirst = 296 + , DateTime_dur_inv_b4T = 297 + , DateTime_dur_NoTimeAfterT = 298 + , DateTime_dur_NoElementAtAll = 299 + , DateTime_dur_inv_seconds = 300 + , DateTime_date_incomplete = 301 + , DateTime_date_invalid = 302 + , DateTime_time_incomplete = 303 + , DateTime_time_invalid = 304 + , DateTime_ms_noDigit = 305 + , DateTime_ym_incomplete = 306 + , DateTime_ym_invalid = 307 + , DateTime_year_invalid = 308 + , DateTime_year_tooShort = 309 + , DateTime_year_leadingZero = 310 + , DateTime_ym_noMonth = 311 + , DateTime_tz_noUTCsign = 312 + , DateTime_tz_stuffAfterZ = 313 + , DateTime_tz_invalid = 314 + , DateTime_year_zero = 315 + , DateTime_mth_invalid = 316 + , DateTime_day_invalid = 317 + , DateTime_hour_invalid = 318 + , DateTime_min_invalid = 319 + , DateTime_second_invalid = 320 + , DateTime_tz_hh_invalid = 321 + , PD_EmptyBase = 322 + , PD_NSCompat1 = 323 + , PD_OccurRangeE = 324 + , PD_NameTypeOK1 = 325 + , PD_NameTypeOK2 = 326 + , PD_NameTypeOK3 = 327 + , PD_NameTypeOK4 = 328 + , PD_NameTypeOK5 = 329 + , PD_NameTypeOK6 = 330 + , PD_NameTypeOK7 = 331 + , PD_Recurse1 = 332 + , PD_Recurse2 = 333 + , PD_ForbiddenRes1 = 334 + , PD_ForbiddenRes2 = 335 + , PD_ForbiddenRes3 = 336 + , PD_ForbiddenRes4 = 337 + , PD_NSSubset1 = 338 + , PD_NSSubset2 = 339 + , PD_NSRecurseCheckCardinality1 = 340 + , PD_RecurseUnordered = 341 + , PD_MapAndSum = 342 + , PD_InvalidContentType = 343 + , NodeIDMap_GrowErr = 344 + , XSer_ProtoType_Null_ClassName = 345 + , XSer_ProtoType_NameLen_Dif = 346 + , XSer_ProtoType_Name_Dif = 347 + , XSer_InStream_Read_LT_Req = 348 + , XSer_InStream_Read_OverFlow = 349 + , XSer_Storing_Violation = 350 + , XSer_StoreBuffer_Violation = 351 + , XSer_LoadPool_UppBnd_Exceed = 352 + , XSer_LoadPool_NoTally_ObjCnt = 353 + , XSer_Loading_Violation = 354 + , XSer_LoadBuffer_Violation = 355 + , XSer_Inv_ClassIndex = 356 + , XSer_Inv_checkFillBuffer_Size = 357 + , XSer_Inv_checkFlushBuffer_Size = 358 + , XSer_Inv_Null_Pointer = 359 + , XSer_CreateObject_Fail = 360 + , XSer_ObjCount_UppBnd_Exceed = 361 + , XSer_GrammarPool_Empty = 362 + , XSer_GrammarPool_NotEmpty = 363 + , XSer_StringPool_NotEmpty = 364 + , XSer_Storer_Loader_Mismatch = 365 + , VALUE_QName_Invalid2 = 366 + , F_HighBounds = 367 + , E_LowBounds = 368 + , E_HighBounds = 369 }; --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org