Xerces-C++  3.2.3
XMLErrorCodes.hpp
Go to the documentation of this file.
1 // This file is generated, don't edit it!!
2 
3 #if !defined(XERCESC_INCLUDE_GUARD_ERRHEADER_XMLErrs)
4 #define XERCESC_INCLUDE_GUARD_ERRHEADER_XMLErrs
5 
9 
11 
12 class XMLErrs
13 {
14 public :
15  enum Codes
16  {
17  NoError = 0
28  , W_HighBounds = 11
29  , E_LowBounds = 12
52  , ContentError = 35
57  , TypeNotFound = 40
107  , Import_1_1 = 90
108  , Import_1_2 = 91
165  , ELTSchemaNS = 148
171  , E_HighBounds = 154
172  , F_LowBounds = 155
177  , NoRepInMixed = 160
245  , PEPropogated = 228
264  , NestedCDATA = 247
304  , F_HighBounds = 287
305  };
306 
307  static bool isFatal(const XMLErrs::Codes toCheck)
308  {
309  return ((toCheck >= F_LowBounds) && (toCheck <= F_HighBounds));
310  }
311 
312  static bool isWarning(const XMLErrs::Codes toCheck)
313  {
314  return ((toCheck >= W_LowBounds) && (toCheck <= W_HighBounds));
315  }
316 
317  static bool isError(const XMLErrs::Codes toCheck)
318  {
319  return ((toCheck >= E_LowBounds) && (toCheck <= E_HighBounds));
320  }
321 
323  {
324  if ((toCheck >= W_LowBounds) && (toCheck <= W_HighBounds))
326  else if ((toCheck >= F_LowBounds) && (toCheck <= F_HighBounds))
328  else if ((toCheck >= E_LowBounds) && (toCheck <= E_HighBounds))
331  }
333  {
334  if ((toCheck >= W_LowBounds) && (toCheck <= W_HighBounds))
336  else if ((toCheck >= F_LowBounds) && (toCheck <= F_HighBounds))
338  else return DOMError::DOM_SEVERITY_ERROR;
339  }
340 
341 private:
342  // -----------------------------------------------------------------------
343  // Unimplemented constructors and operators
344  // -----------------------------------------------------------------------
345  XMLErrs();
346 };
347 
349 
350 #endif
351 
XMLErrs::ConditionalSectInIntSubset
@ ConditionalSectInIntSubset
Definition: XMLErrorCodes.hpp:213
XMLErrs::UnknownSimpleType
@ UnknownSimpleType
Definition: XMLErrorCodes.hpp:53
XMLErrs::InvalidCharacterRef
@ InvalidCharacterRef
Definition: XMLErrorCodes.hpp:216
XMLErrs::CDATAOutsideOfContent
@ CDATAOutsideOfContent
Definition: XMLErrorCodes.hpp:268
XMLErrs::EndedWithTagsOnStack
@ EndedWithTagsOnStack
Definition: XMLErrorCodes.hpp:263
XMLErrs::NotOptionalDefaultAttValue
@ NotOptionalDefaultAttValue
Definition: XMLErrorCodes.hpp:65
XMLErrs::TextDeclNotLegalHere
@ TextDeclNotLegalHere
Definition: XMLErrorCodes.hpp:212
XMLErrs::UnsupportedXMLVersion
@ UnsupportedXMLVersion
Definition: XMLErrorCodes.hpp:185
XMLErrs::ExpectedCommentOrPI
@ ExpectedCommentOrPI
Definition: XMLErrorCodes.hpp:201
XMLErrs::InvalidElementName
@ InvalidElementName
Definition: XMLErrorCodes.hpp:289
XMLErrs::ExpectedSeqChoiceLeaf
@ ExpectedSeqChoiceLeaf
Definition: XMLErrorCodes.hpp:230
XMLErrs::HexRadixMustBeLowerCase
@ HexRadixMustBeLowerCase
Definition: XMLErrorCodes.hpp:256
XMLErrs::ExpectedAttributeType
@ ExpectedAttributeType
Definition: XMLErrorCodes.hpp:196
XMLErrs::XIncludeOrphanFallback
@ XIncludeOrphanFallback
Definition: XMLErrorCodes.hpp:293
XERCES_CPP_NAMESPACE_BEGIN
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
XMLErrs::XIncludeDisallowedChild
@ XIncludeDisallowedChild
Definition: XMLErrorCodes.hpp:301
XMLErrs::IllegalRefInStandalone
@ IllegalRefInStandalone
Definition: XMLErrorCodes.hpp:279
XMLErrs::Import_1_2
@ Import_1_2
Definition: XMLErrorCodes.hpp:108
XMLErrs::XIncludeMultipleFallbackElems
@ XIncludeMultipleFallbackElems
Definition: XMLErrorCodes.hpp:297
XMLErrs::XIncludeCircularInclusionDocIncludesSelf
@ XIncludeCircularInclusionDocIncludesSelf
Definition: XMLErrorCodes.hpp:300
XMLErrs::InvalidEntityRefName
@ InvalidEntityRefName
Definition: XMLErrorCodes.hpp:291
XMLErrs::EmptyComplexRestrictionDerivation
@ EmptyComplexRestrictionDerivation
Definition: XMLErrorCodes.hpp:112
XMLErrs::ExpectedEntityValue
@ ExpectedEntityValue
Definition: XMLErrorCodes.hpp:261
XMLErrs::DeclarationNotFound
@ DeclarationNotFound
Definition: XMLErrorCodes.hpp:120
XMLErrorReporter::ErrTypes
ErrTypes
Definition: XMLErrorReporter.hpp:48
XMLErrs::EntityPropogated
@ EntityPropogated
Definition: XMLErrorCodes.hpp:248
XMLErrs::ExpectedSimpleTypeInRestriction
@ ExpectedSimpleTypeInRestriction
Definition: XMLErrorCodes.hpp:44
XMLErrs::E_LowBounds
@ E_LowBounds
Definition: XMLErrorCodes.hpp:29
XMLErrs::NoNameRefGroup
@ NoNameRefGroup
Definition: XMLErrorCodes.hpp:35
XMLErrs::Import_1_1
@ Import_1_1
Definition: XMLErrorCodes.hpp:107
XMLErrs::Redefine_InvalidGroupMinMax
@ Redefine_InvalidGroupMinMax
Definition: XMLErrorCodes.hpp:141
XMLErrs::BadSchemaLocation
@ BadSchemaLocation
Definition: XMLErrorCodes.hpp:277
XMLErrs::ElemIDValueConstraint
@ ElemIDValueConstraint
Definition: XMLErrorCodes.hpp:109
XMLErrs::PrefixXMLNotMatchXMLURI
@ PrefixXMLNotMatchXMLURI
Definition: XMLErrorCodes.hpp:284
XMLErrs::BadAttDerivation_7
@ BadAttDerivation_7
Definition: XMLErrorCodes.hpp:132
XMLErrs::ElementWithTypeAndAnonType
@ ElementWithTypeAndAnonType
Definition: XMLErrorCodes.hpp:71
XMLErrs::ExpectedCommentOrCDATA
@ ExpectedCommentOrCDATA
Definition: XMLErrorCodes.hpp:174
XMLErrs::TopLevelNoNameComplexType
@ TopLevelNoNameComplexType
Definition: XMLErrorCodes.hpp:31
XMLErrorReporter::ErrType_Error
@ ErrType_Error
Definition: XMLErrorReporter.hpp:51
XMLErrs::isFatal
static bool isFatal(const XMLErrs::Codes toCheck)
Definition: XMLErrorCodes.hpp:307
XMLErrs::ColonNotLegalWithNS
@ ColonNotLegalWithNS
Definition: XMLErrorCodes.hpp:275
XMLErrs::ExtraCloseSquare
@ ExtraCloseSquare
Definition: XMLErrorCodes.hpp:246
XMLErrs::BadAttDerivation_3
@ BadAttDerivation_3
Definition: XMLErrorCodes.hpp:128
XMLErrs::SchemaElementContentError
@ SchemaElementContentError
Definition: XMLErrorCodes.hpp:51
XMLErrs::EmptiableMixedContent
@ EmptiableMixedContent
Definition: XMLErrorCodes.hpp:111
XMLErrs::MinMaxOnGroupChild
@ MinMaxOnGroupChild
Definition: XMLErrorCodes.hpp:119
XMLErrs::InvalidXMLSchemaRoot
@ InvalidXMLSchemaRoot
Definition: XMLErrorCodes.hpp:163
XMLErrs::UnterminatedNotationDecl
@ UnterminatedNotationDecl
Definition: XMLErrorCodes.hpp:229
XMLErrs::BadXMLEncoding
@ BadXMLEncoding
Definition: XMLErrorCodes.hpp:187
XERCES_CPP_NAMESPACE_END
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
XMLErrs::DeclStringRep
@ DeclStringRep
Definition: XMLErrorCodes.hpp:257
XMLErrs::UnterminatedDOCTYPE
@ UnterminatedDOCTYPE
Definition: XMLErrorCodes.hpp:207
XMLErrs::NotExpressibleWildCardIntersection
@ NotExpressibleWildCardIntersection
Definition: XMLErrorCodes.hpp:125
XMLErrs::IncludeNamespaceDifference
@ IncludeNamespaceDifference
Definition: XMLErrorCodes.hpp:93
XMLErrorReporter::ErrType_Warning
@ ErrType_Warning
Definition: XMLErrorReporter.hpp:50
XMLErrs::UnresolvedPrefix
@ UnresolvedPrefix
Definition: XMLErrorCodes.hpp:55
XMLErrs::ContentError
@ ContentError
Definition: XMLErrorCodes.hpp:52
XMLErrs::ExpectedSimpleTypeInUnion
@ ExpectedSimpleTypeInUnion
Definition: XMLErrorCodes.hpp:46
XMLErrs::AttributeSimpleTypeNotFound
@ AttributeSimpleTypeNotFound
Definition: XMLErrorCodes.hpp:68
XMLErrs::AnyAttributeContentError
@ AnyAttributeContentError
Definition: XMLErrorCodes.hpp:101
XMLErrs::NotAllContent
@ NotAllContent
Definition: XMLErrorCodes.hpp:160
XMLErrs::DuplicateGlobalType
@ DuplicateGlobalType
Definition: XMLErrorCodes.hpp:104
XMLErrs::InvalidAnnotationContent
@ InvalidAnnotationContent
Definition: XMLErrorCodes.hpp:161
XMLErrs::EntityExpansionLimitExceeded
@ EntityExpansionLimitExceeded
Definition: XMLErrorCodes.hpp:173
XMLErrs::PINameExpected
@ PINameExpected
Definition: XMLErrorCodes.hpp:190
XMLErrs::UnterminatedStartTag
@ UnterminatedStartTag
Definition: XMLErrorCodes.hpp:193
XMLErrs::FeatureUnsupported
@ FeatureUnsupported
Definition: XMLErrorCodes.hpp:30
XMLErrs::Codes
Codes
Definition: XMLErrorCodes.hpp:15
XMLErrs::isWarning
static bool isWarning(const XMLErrs::Codes toCheck)
Definition: XMLErrorCodes.hpp:312
XMLErrs::NoExtRefsInAttValue
@ NoExtRefsInAttValue
Definition: XMLErrorCodes.hpp:259
XMLErrs::UnterminatedContentModel
@ UnterminatedContentModel
Definition: XMLErrorCodes.hpp:227
XMLErrs::NoNameRefAttGroup
@ NoNameRefAttGroup
Definition: XMLErrorCodes.hpp:36
XMLErrs::AttGrpPropCorrect3
@ AttGrpPropCorrect3
Definition: XMLErrorCodes.hpp:155
DOMError.hpp
XMLErrs::ExpectedAttrName
@ ExpectedAttrName
Definition: XMLErrorCodes.hpp:175
XMLErrs::InvalidSubstitutionGroupElement
@ InvalidSubstitutionGroupElement
Definition: XMLErrorCodes.hpp:82
XMLErrs::AttributeWithTypeAndSimpleType
@ AttributeWithTypeAndSimpleType
Definition: XMLErrorCodes.hpp:67
XMLErrs::IC_KeyRefReferNotFound
@ IC_KeyRefReferNotFound
Definition: XMLErrorCodes.hpp:149
XMLErrs::TopLevelNoNameAttribute
@ TopLevelNoNameAttribute
Definition: XMLErrorCodes.hpp:32
XMLErrs::F_LowBounds
@ F_LowBounds
Definition: XMLErrorCodes.hpp:172
XMLErrs::ExpectedDeclString
@ ExpectedDeclString
Definition: XMLErrorCodes.hpp:183
XMLErrs::XMLDeclMustBeFirst
@ XMLDeclMustBeFirst
Definition: XMLErrorCodes.hpp:271
XMLErrs::Redefine_InvalidComplexType
@ Redefine_InvalidComplexType
Definition: XMLErrorCodes.hpp:139
XMLErrs::Notation_DeclNotFound
@ Notation_DeclNotFound
Definition: XMLErrorCodes.hpp:146
XMLErrs::AttributeDisallowedGlobal
@ AttributeDisallowedGlobal
Definition: XMLErrorCodes.hpp:98
XMLErrs::NoCircularDefinition
@ NoCircularDefinition
Definition: XMLErrorCodes.hpp:103
XMLErrs::UnterminatedEntityRef
@ UnterminatedEntityRef
Definition: XMLErrorCodes.hpp:221
XMLErrs::EmptyMainEntity
@ EmptyMainEntity
Definition: XMLErrorCodes.hpp:267
XMLErrs::W_HighBounds
@ W_HighBounds
Definition: XMLErrorCodes.hpp:28
XMLErrs::XMLDeclMustBeLowerCase
@ XMLDeclMustBeLowerCase
Definition: XMLErrorCodes.hpp:260
XMLErrs::DuplicateRefAttribute
@ DuplicateRefAttribute
Definition: XMLErrorCodes.hpp:87
XMLErrs::BadAttDerivation_6
@ BadAttDerivation_6
Definition: XMLErrorCodes.hpp:131
XMLErrs::InvalidFacetName
@ InvalidFacetName
Definition: XMLErrorCodes.hpp:162
XMLErrs::NotSimpleOrMixedElement
@ NotSimpleOrMixedElement
Definition: XMLErrorCodes.hpp:72
XMLErrs::InvalidSimpleContentBase
@ InvalidSimpleContentBase
Definition: XMLErrorCodes.hpp:74
XMLErrs::UnexpectedEOE
@ UnexpectedEOE
Definition: XMLErrorCodes.hpp:244
XMLErrs::InvalidAttValue
@ InvalidAttValue
Definition: XMLErrorCodes.hpp:85
XMLErrs::Redefine_InvalidChild
@ Redefine_InvalidChild
Definition: XMLErrorCodes.hpp:145
XMLErrs::ExpectedElementName
@ ExpectedElementName
Definition: XMLErrorCodes.hpp:180
XMLErrs::ExpectedOpenParen
@ ExpectedOpenParen
Definition: XMLErrorCodes.hpp:237
XMLErrs::UnterminatedXMLDecl
@ UnterminatedXMLDecl
Definition: XMLErrorCodes.hpp:186
DOMError::ErrorSeverity
ErrorSeverity
The severity of the error described by the DOMError.
Definition: DOMError.hpp:99
XMLErrs::InvalidChildFollowingSimpleContent
@ InvalidChildFollowingSimpleContent
Definition: XMLErrorCodes.hpp:62
XMLErrorReporter.hpp
XMLErrs::MoreEndThanStartTags
@ MoreEndThanStartTags
Definition: XMLErrorCodes.hpp:236
XMLErrs::DuplicateAttInDerivation
@ DuplicateAttInDerivation
Definition: XMLErrorCodes.hpp:124
XMLErrs::AllContentLimited
@ AllContentLimited
Definition: XMLErrorCodes.hpp:121
XMLErrs::ExpectedComment
@ ExpectedComment
Definition: XMLErrorCodes.hpp:200
XMLErrs::DuplicateFacet
@ DuplicateFacet
Definition: XMLErrorCodes.hpp:45
XMLErrs::DisallowedBaseDerivation
@ DisallowedBaseDerivation
Definition: XMLErrorCodes.hpp:79
XMLErrs::InvalidCharacterInIntSubset
@ InvalidCharacterInIntSubset
Definition: XMLErrorCodes.hpp:208
XMLErrs::MixedOrElementOnly
@ MixedOrElementOnly
Definition: XMLErrorCodes.hpp:113
XMLErrs::XIncludeConflictingNotation
@ XIncludeConflictingNotation
Definition: XMLErrorCodes.hpp:302
XMLErrs::InvalidAttrName
@ InvalidAttrName
Definition: XMLErrorCodes.hpp:290
XMLErrs::IC_XPathExprMissing
@ IC_XPathExprMissing
Definition: XMLErrorCodes.hpp:151
XMLErrs::ExpectedEnumValue
@ ExpectedEnumValue
Definition: XMLErrorCodes.hpp:233
XMLErrs::ExpectedMarkupDecl
@ ExpectedMarkupDecl
Definition: XMLErrorCodes.hpp:211
XMLErrs::DOMErrorType
static DOMError::ErrorSeverity DOMErrorType(const XMLErrs::Codes toCheck)
Definition: XMLErrorCodes.hpp:332
XMLErrs::SchemaScanFatalError
@ SchemaScanFatalError
Definition: XMLErrorCodes.hpp:278
XMLErrs::InvalidChildInSimpleContent
@ InvalidChildInSimpleContent
Definition: XMLErrorCodes.hpp:76
XMLErrs::NoEmptyStrNamespace
@ NoEmptyStrNamespace
Definition: XMLErrorCodes.hpp:281
XMLErrs::SimpleTypeContentError
@ SimpleTypeContentError
Definition: XMLErrorCodes.hpp:40
XMLErrs::NestedCDATA
@ NestedCDATA
Definition: XMLErrorCodes.hpp:264
XMLErrs::InvalidDeclarationName
@ InvalidDeclarationName
Definition: XMLErrorCodes.hpp:70
XMLErrs::BaseTypeNotFound
@ BaseTypeNotFound
Definition: XMLErrorCodes.hpp:60
XMLErrs::RefElementNotFound
@ RefElementNotFound
Definition: XMLErrorCodes.hpp:56
XMLErrs::AttributeRefContentError
@ AttributeRefContentError
Definition: XMLErrorCodes.hpp:86
XMLErrs::InvalidSimpleContent
@ InvalidSimpleContent
Definition: XMLErrorCodes.hpp:48
XMLErrs::ExpectedChoiceOrCloseParen
@ ExpectedChoiceOrCloseParen
Definition: XMLErrorCodes.hpp:231
XMLErrs::AttDeclPropCorrect3
@ AttDeclPropCorrect3
Definition: XMLErrorCodes.hpp:153
XMLErrs
Definition: XMLErrorCodes.hpp:12
XMLErrs::InvalidFinalValue
@ InvalidFinalValue
Definition: XMLErrorCodes.hpp:81
XMLErrs::ExpectedMarkup
@ ExpectedMarkup
Definition: XMLErrorCodes.hpp:198
XMLErrs::AllContentError
@ AllContentError
Definition: XMLErrorCodes.hpp:135
XMLErrs::AtomicItemType
@ AtomicItemType
Definition: XMLErrorCodes.hpp:116
XMLErrs::UnknownPrefix
@ UnknownPrefix
Definition: XMLErrorCodes.hpp:265
XMLErrs::ExpectedAsterisk
@ ExpectedAsterisk
Definition: XMLErrorCodes.hpp:226
XMLErrs::TopLevelAttributeNotFound
@ TopLevelAttributeNotFound
Definition: XMLErrorCodes.hpp:58
XMLErrs::ExpectedEntityRefName
@ ExpectedEntityRefName
Definition: XMLErrorCodes.hpp:218
XMLErrs::NotValidAfterContent
@ NotValidAfterContent
Definition: XMLErrorCodes.hpp:199
XMLErrs::InvalidCharacter
@ InvalidCharacter
Definition: XMLErrorCodes.hpp:192
XMLErrs::AttListAlreadyExists
@ AttListAlreadyExists
Definition: XMLErrorCodes.hpp:20
XMLErrs::XIncludeIncludeFailedNoFallback
@ XIncludeIncludeFailedNoFallback
Definition: XMLErrorCodes.hpp:298
DOMError::DOM_SEVERITY_WARNING
@ DOM_SEVERITY_WARNING
Definition: DOMError.hpp:101
XMLErrs::E_HighBounds
@ E_HighBounds
Definition: XMLErrorCodes.hpp:171
XMLErrs::ExpectedINCLUDEBracket
@ ExpectedINCLUDEBracket
Definition: XMLErrorCodes.hpp:243
XMLErrs::Expected2ndSurrogateChar
@ Expected2ndSurrogateChar
Definition: XMLErrorCodes.hpp:240
XMLErrs::IC_BadContent
@ IC_BadContent
Definition: XMLErrorCodes.hpp:148
XMLErrs::F_HighBounds
@ F_HighBounds
Definition: XMLErrorCodes.hpp:304
DOMError::DOM_SEVERITY_ERROR
@ DOM_SEVERITY_ERROR
Definition: DOMError.hpp:102
XMLErrs::InvalidContentRestriction
@ InvalidContentRestriction
Definition: XMLErrorCodes.hpp:114
XMLErrs::InvalidBlockValue
@ InvalidBlockValue
Definition: XMLErrorCodes.hpp:80
XMLErrs::W_LowBounds
@ W_LowBounds
Definition: XMLErrorCodes.hpp:18
XMLErrs::NoNameRefAttribute
@ NoNameRefAttribute
Definition: XMLErrorCodes.hpp:33
XMLErrs::ExpectedSystemOrPublicId
@ ExpectedSystemOrPublicId
Definition: XMLErrorCodes.hpp:228
XMLErrs::InvalidComplexTypeBase
@ InvalidComplexTypeBase
Definition: XMLErrorCodes.hpp:75
XMLErrs::UndeclaredElemInAttList
@ UndeclaredElemInAttList
Definition: XMLErrorCodes.hpp:23
XMLErrs::EmptySimpleTypeContent
@ EmptySimpleTypeContent
Definition: XMLErrorCodes.hpp:47
XMLErrs::InvalidElementContent
@ InvalidElementContent
Definition: XMLErrorCodes.hpp:39
XMLErrs::DuplicateGlobalDeclaration
@ DuplicateGlobalDeclaration
Definition: XMLErrorCodes.hpp:105
XMLErrs::XIncludeCircularInclusionLoop
@ XIncludeCircularInclusionLoop
Definition: XMLErrorCodes.hpp:299
XMLErrs::Redefine_AttGroupRefCount
@ Redefine_AttGroupRefCount
Definition: XMLErrorCodes.hpp:144
XMLErrs::Unexpected2ndSurrogateChar
@ Unexpected2ndSurrogateChar
Definition: XMLErrorCodes.hpp:269
XMLErrs::AnyAttributeBeforeAttribute
@ AnyAttributeBeforeAttribute
Definition: XMLErrorCodes.hpp:170
XMLErrs::ExpectedAttrValue
@ ExpectedAttrValue
Definition: XMLErrorCodes.hpp:194
XMLErrorReporter::ErrType_Fatal
@ ErrType_Fatal
Definition: XMLErrorReporter.hpp:52
XMLErrs::InvalidCharacterInAttrValue
@ InvalidCharacterInAttrValue
Definition: XMLErrorCodes.hpp:210
XMLErrs::PEPropogated
@ PEPropogated
Definition: XMLErrorCodes.hpp:245
XMLErrs::BadAttDerivation_5
@ BadAttDerivation_5
Definition: XMLErrorCodes.hpp:130
XMLErrs::InvalidNSReference
@ InvalidNSReference
Definition: XMLErrorCodes.hpp:159
XMLErrs::XIncludeInvalidParseVal
@ XIncludeInvalidParseVal
Definition: XMLErrorCodes.hpp:296
XMLErrs::UnterminatedCDATASection
@ UnterminatedCDATASection
Definition: XMLErrorCodes.hpp:253
XMLErrs::ExpectedEnumSepOrParen
@ ExpectedEnumSepOrParen
Definition: XMLErrorCodes.hpp:234
XMLErrs::AttributeRequiredGlobal
@ AttributeRequiredGlobal
Definition: XMLErrorCodes.hpp:96
XMLErrs::UndeclaredElemInCM
@ UndeclaredElemInCM
Definition: XMLErrorCodes.hpp:22
XMLErrs::AttDeclPropCorrect5
@ AttDeclPropCorrect5
Definition: XMLErrorCodes.hpp:154
XMLErrs::InvalidRootElemInDOCTYPE
@ InvalidRootElemInDOCTYPE
Definition: XMLErrorCodes.hpp:288
XMLErrs::IC_KeyRefCardinality
@ IC_KeyRefCardinality
Definition: XMLErrorCodes.hpp:150
XMLErrs::ExpectedEqSign
@ ExpectedEqSign
Definition: XMLErrorCodes.hpp:179
XMLErrs::ImportNamespaceDifference
@ ImportNamespaceDifference
Definition: XMLErrorCodes.hpp:91
XMLErrs::NoRepInMixed
@ NoRepInMixed
Definition: XMLErrorCodes.hpp:177
XMLErrs::ExpectedSeqOrCloseParen
@ ExpectedSeqOrCloseParen
Definition: XMLErrorCodes.hpp:232
XMLErrs::Redefine_GroupRefCount
@ Redefine_GroupRefCount
Definition: XMLErrorCodes.hpp:143
XMLErrs::isError
static bool isError(const XMLErrs::Codes toCheck)
Definition: XMLErrorCodes.hpp:317
XMLErrs::DeclStringsInWrongOrder
@ DeclStringsInWrongOrder
Definition: XMLErrorCodes.hpp:258
XMLErrs::DatatypeValidatorCreationError
@ DatatypeValidatorCreationError
Definition: XMLErrorCodes.hpp:61
XMLErrs::CommentsMustStartWith
@ CommentsMustStartWith
Definition: XMLErrorCodes.hpp:181
XMLErrs::ContradictoryEncoding
@ ContradictoryEncoding
Definition: XMLErrorCodes.hpp:21
XMLErrs::InvalidPublicIdChar
@ InvalidPublicIdChar
Definition: XMLErrorCodes.hpp:206
XMLErrs::NDATANotValidForPE
@ NDATANotValidForPE
Definition: XMLErrorCodes.hpp:255
XMLErrs::ExpectedNDATA
@ ExpectedNDATA
Definition: XMLErrorCodes.hpp:254
XMLErrs::AttributeRequiredLocal
@ AttributeRequiredLocal
Definition: XMLErrorCodes.hpp:97
XMLErrs::CT_SimpleTypeChildRequired
@ CT_SimpleTypeChildRequired
Definition: XMLErrorCodes.hpp:287
XMLErrs::ExpectedPublicId
@ ExpectedPublicId
Definition: XMLErrorCodes.hpp:205
XMLErrs::BadAttDerivation_4
@ BadAttDerivation_4
Definition: XMLErrorCodes.hpp:129
DOMError::DOM_SEVERITY_FATAL_ERROR
@ DOM_SEVERITY_FATAL_ERROR
Definition: DOMError.hpp:103
XMLErrs::UnknownComplexType
@ UnknownComplexType
Definition: XMLErrorCodes.hpp:54
XMLErrs::BadAttDerivation_1
@ BadAttDerivation_1
Definition: XMLErrorCodes.hpp:126
XMLErrs::Redefine_InvalidComplexTypeBase
@ Redefine_InvalidComplexTypeBase
Definition: XMLErrorCodes.hpp:140
XMLErrs::PERefInMarkupInIntSubset
@ PERefInMarkupInIntSubset
Definition: XMLErrorCodes.hpp:247
XMLErrs::BadMinMaxAllCT
@ BadMinMaxAllCT
Definition: XMLErrorCodes.hpp:122
XMLErrs::PartialTagMarkupError
@ PartialTagMarkupError
Definition: XMLErrorCodes.hpp:266
XMLErrs::AnonSimpleTypeWithName
@ AnonSimpleTypeWithName
Definition: XMLErrorCodes.hpp:38
XMLErrs::ExpectedQuotedString
@ ExpectedQuotedString
Definition: XMLErrorCodes.hpp:204
XMLErrs::ForbiddenDerivationByRestriction
@ ForbiddenDerivationByRestriction
Definition: XMLErrorCodes.hpp:88
XMLErrs::IllegalSequenceInComment
@ IllegalSequenceInComment
Definition: XMLErrorCodes.hpp:252
XMLErrs::EntityNotFound
@ EntityNotFound
Definition: XMLErrorCodes.hpp:219
XMLErrs::ELTSchemaNS
@ ELTSchemaNS
Definition: XMLErrorCodes.hpp:165
XMLErrs::GroupContentError
@ GroupContentError
Definition: XMLErrorCodes.hpp:117
XMLErrs::ExpectedContentSpecExpr
@ ExpectedContentSpecExpr
Definition: XMLErrorCodes.hpp:225
XMLErrs::AttGroupContentError
@ AttGroupContentError
Definition: XMLErrorCodes.hpp:118
XMLErrs::XIncludeResourceErrorWarning
@ XIncludeResourceErrorWarning
Definition: XMLErrorCodes.hpp:25
XercesDefs.hpp
XMLErrs::UnterminatedEntityLiteral
@ UnterminatedEntityLiteral
Definition: XMLErrorCodes.hpp:235
XMLErrs::InvalidTargetNSValue
@ InvalidTargetNSValue
Definition: XMLErrorCodes.hpp:156
XMLErrs::BaseNotComplexType
@ BaseNotComplexType
Definition: XMLErrorCodes.hpp:90
XMLErrs::BadXMLVersion
@ BadXMLVersion
Definition: XMLErrorCodes.hpp:184
XMLErrs::XMLVersionRequired
@ XMLVersionRequired
Definition: XMLErrorCodes.hpp:272
XMLErrs::XMLException_Error
@ XMLException_Error
Definition: XMLErrorCodes.hpp:157
XMLErrs::ForbiddenDerivationByExtension
@ ForbiddenDerivationByExtension
Definition: XMLErrorCodes.hpp:89
XMLErrs::XIncludeIncludeFailedResourceError
@ XIncludeIncludeFailedResourceError
Definition: XMLErrorCodes.hpp:27
XMLErrs::AttUseCorrect
@ AttUseCorrect
Definition: XMLErrorCodes.hpp:152
XMLErrs::SubstitutionGroupTypeMismatch
@ SubstitutionGroupTypeMismatch
Definition: XMLErrorCodes.hpp:83
XMLErrs::UnexpectedWhitespace
@ UnexpectedWhitespace
Definition: XMLErrorCodes.hpp:209
XMLErrs::BadSequenceInCharData
@ BadSequenceInCharData
Definition: XMLErrorCodes.hpp:251
XMLErrs::BadDigitForRadix
@ BadDigitForRadix
Definition: XMLErrorCodes.hpp:262
XMLErrs::NoUseOfxmlnsAsPrefix
@ NoUseOfxmlnsAsPrefix
Definition: XMLErrorCodes.hpp:282
XMLErrs::ExpectedNumericalCharRef
@ ExpectedNumericalCharRef
Definition: XMLErrorCodes.hpp:249
XMLErrs::UnterminatedEndTag
@ UnterminatedEndTag
Definition: XMLErrorCodes.hpp:195
XMLErrs::AnnotationError
@ AnnotationError
Definition: XMLErrorCodes.hpp:78
XMLErrs::ForbiddenDerivation
@ ForbiddenDerivation
Definition: XMLErrorCodes.hpp:115
XMLErrs::AttributeDisallowedLocal
@ AttributeDisallowedLocal
Definition: XMLErrorCodes.hpp:99
XMLErrs::WS_CollapseExpected
@ WS_CollapseExpected
Definition: XMLErrorCodes.hpp:106
XMLErrs::RecursiveEntity
@ RecursiveEntity
Definition: XMLErrorCodes.hpp:222
XMLErrs::BadAttDerivation_8
@ BadAttDerivation_8
Definition: XMLErrorCodes.hpp:133
XMLErrs::IC_DuplicateDecl
@ IC_DuplicateDecl
Definition: XMLErrorCodes.hpp:147
XMLErrs::NoError
@ NoError
Definition: XMLErrorCodes.hpp:17
XMLErrs::DOMLevel1Node
@ DOMLevel1Node
Definition: XMLErrorCodes.hpp:168
XMLErrs::ExpectedDefAttrDecl
@ ExpectedDefAttrDecl
Definition: XMLErrorCodes.hpp:178
XMLErrs::SimpleTypeDerivationByListError
@ SimpleTypeDerivationByListError
Definition: XMLErrorCodes.hpp:43
XMLErrs::errorType
static XMLErrorReporter::ErrTypes errorType(const XMLErrs::Codes toCheck)
Definition: XMLErrorCodes.hpp:322
XMLErrs::ExpectedSimpleTypeInList
@ ExpectedSimpleTypeInList
Definition: XMLErrorCodes.hpp:41
XMLErrs::NoRootElemInDOCTYPE
@ NoRootElemInDOCTYPE
Definition: XMLErrorCodes.hpp:203
XMLErrs::InvalidAttTNS
@ InvalidAttTNS
Definition: XMLErrorCodes.hpp:166
XMLErrs::DuplicateAnyAttribute
@ DuplicateAnyAttribute
Definition: XMLErrorCodes.hpp:169
XMLErrs::ExpectedEndOfTagX
@ ExpectedEndOfTagX
Definition: XMLErrorCodes.hpp:197
XMLErrs::StandaloneNotLegal
@ StandaloneNotLegal
Definition: XMLErrorCodes.hpp:273
XMLErrs::UnspecifiedBase
@ UnspecifiedBase
Definition: XMLErrorCodes.hpp:49
XMLErrs::XIncludeConflictingEntity
@ XIncludeConflictingEntity
Definition: XMLErrorCodes.hpp:303
XMLErrs::BadAttDerivation_9
@ BadAttDerivation_9
Definition: XMLErrorCodes.hpp:134
XMLErrs::BracketInAttrValue
@ BracketInAttrValue
Definition: XMLErrorCodes.hpp:239
XMLErrs::XIncludeXPointerNotSupported
@ XIncludeXPointerNotSupported
Definition: XMLErrorCodes.hpp:295
XMLErrs::InvalidAttributeContent
@ InvalidAttributeContent
Definition: XMLErrorCodes.hpp:95
XMLErrs::AttrAlreadyUsedInSTag
@ AttrAlreadyUsedInSTag
Definition: XMLErrorCodes.hpp:238
XMLErrs::BadMinMaxAllElem
@ BadMinMaxAllElem
Definition: XMLErrorCodes.hpp:123
XMLErrs::Redefine_InvalidSimpleType
@ Redefine_InvalidSimpleType
Definition: XMLErrorCodes.hpp:137
XMLErrs::XIncludeCannotOpenFile
@ XIncludeCannotOpenFile
Definition: XMLErrorCodes.hpp:26
XMLErrs::PartialMarkupInEntity
@ PartialMarkupInEntity
Definition: XMLErrorCodes.hpp:223
XMLErrs::XMLURINotMatchXMLPrefix
@ XMLURINotMatchXMLPrefix
Definition: XMLErrorCodes.hpp:285
XMLErrs::Redefine_InvalidSimpleTypeBase
@ Redefine_InvalidSimpleTypeBase
Definition: XMLErrorCodes.hpp:138
XMLErrs::InvalidRedefine
@ InvalidRedefine
Definition: XMLErrorCodes.hpp:158
XMLErrs::PEBetweenDecl
@ PEBetweenDecl
Definition: XMLErrorCodes.hpp:280
XMLErrs::UnterminatedElementDecl
@ UnterminatedElementDecl
Definition: XMLErrorCodes.hpp:224
XMLErrs::XIncludeNoHref
@ XIncludeNoHref
Definition: XMLErrorCodes.hpp:294
XMLErrs::InvalidComplexContent
@ InvalidComplexContent
Definition: XMLErrorCodes.hpp:50
XMLErrs::NoUnparsedEntityRefs
@ NoUnparsedEntityRefs
Definition: XMLErrorCodes.hpp:220
XMLErrs::InvalidDocumentStructure
@ InvalidDocumentStructure
Definition: XMLErrorCodes.hpp:182
XMLErrorReporter::ErrTypes_Unknown
@ ErrTypes_Unknown
Definition: XMLErrorReporter.hpp:54
XMLErrs::BadStandalone
@ BadStandalone
Definition: XMLErrorCodes.hpp:188
XMLErrs::NotationAlreadyExists
@ NotationAlreadyExists
Definition: XMLErrorCodes.hpp:19
XMLErrs::DeclarationNoSchemaLocation
@ DeclarationNoSchemaLocation
Definition: XMLErrorCodes.hpp:92
XMLErrs::DuplicateElementDeclaration
@ DuplicateElementDeclaration
Definition: XMLErrorCodes.hpp:84
XMLErrs::NoXMLNSAsElementPrefix
@ NoXMLNSAsElementPrefix
Definition: XMLErrorCodes.hpp:286
XMLErrs::NoUseOfxmlnsURI
@ NoUseOfxmlnsURI
Definition: XMLErrorCodes.hpp:283
XMLErrs::TypeNotFound
@ TypeNotFound
Definition: XMLErrorCodes.hpp:57
XMLErrs::ExpectedIncOrIgn
@ ExpectedIncOrIgn
Definition: XMLErrorCodes.hpp:242
XMLErrs::EncodingRequired
@ EncodingRequired
Definition: XMLErrorCodes.hpp:274
XMLErrs::NoPIStartsWithXML
@ NoPIStartsWithXML
Definition: XMLErrorCodes.hpp:270
XMLErrs::ExpectedWhitespace
@ ExpectedWhitespace
Definition: XMLErrorCodes.hpp:202
XMLErrs::DuplicateAttribute
@ DuplicateAttribute
Definition: XMLErrorCodes.hpp:66
XMLErrs::BadAttDerivation_2
@ BadAttDerivation_2
Definition: XMLErrorCodes.hpp:127
XMLErrs::CircularSubsGroup
@ CircularSubsGroup
Definition: XMLErrorCodes.hpp:164
XMLErrs::NoNotationType
@ NoNotationType
Definition: XMLErrorCodes.hpp:110
XMLErrs::UnterminatedCharRef
@ UnterminatedCharRef
Definition: XMLErrorCodes.hpp:217
XMLErrs::OnlyAnnotationExpected
@ OnlyAnnotationExpected
Definition: XMLErrorCodes.hpp:94
XMLErrs::UnterminatedPI
@ UnterminatedPI
Definition: XMLErrorCodes.hpp:191
XMLErrs::DuplicateDocTypeDecl
@ DuplicateDocTypeDecl
Definition: XMLErrorCodes.hpp:292
XMLErrs::DisallowedSimpleTypeExtension
@ DisallowedSimpleTypeExtension
Definition: XMLErrorCodes.hpp:73
XMLErrs::ListUnionRestrictionError
@ ListUnionRestrictionError
Definition: XMLErrorCodes.hpp:42
XMLErrs::NoNameRefElement
@ NoNameRefElement
Definition: XMLErrorCodes.hpp:34
XMLErrs::InvalidChildFollowingConplexContent
@ InvalidChildFollowingConplexContent
Definition: XMLErrorCodes.hpp:63
XMLErrs::UnterminatedEntityDecl
@ UnterminatedEntityDecl
Definition: XMLErrorCodes.hpp:215
XMLErrs::XMLException_Warning
@ XMLException_Warning
Definition: XMLErrorCodes.hpp:24
XMLErrs::ExpectedEndOfConditional
@ ExpectedEndOfConditional
Definition: XMLErrorCodes.hpp:241
XMLErrs::Redefine_DeclarationNotFound
@ Redefine_DeclarationNotFound
Definition: XMLErrorCodes.hpp:142
XMLErrs::ExpectedOpenSquareBracket
@ ExpectedOpenSquareBracket
Definition: XMLErrorCodes.hpp:250
XMLErrs::AttributeDefaultFixedValue
@ AttributeDefaultFixedValue
Definition: XMLErrorCodes.hpp:64
XMLErrs::NSDeclInvalid
@ NSDeclInvalid
Definition: XMLErrorCodes.hpp:167
XMLErrs::NoNameGlobalElement
@ NoNameGlobalElement
Definition: XMLErrorCodes.hpp:102
XMLErrs::InvalidMin2MaxOccurs
@ InvalidMin2MaxOccurs
Definition: XMLErrorCodes.hpp:100
XMLErrs::ExpectedNotationName
@ ExpectedNotationName
Definition: XMLErrorCodes.hpp:176
XMLErrs::RedefineNamespaceDifference
@ RedefineNamespaceDifference
Definition: XMLErrorCodes.hpp:136
XMLErrs::XMLException_Fatal
@ XMLException_Fatal
Definition: XMLErrorCodes.hpp:276
XMLErrs::ExpectedPEName
@ ExpectedPEName
Definition: XMLErrorCodes.hpp:214
XMLErrs::AnonComplexTypeWithName
@ AnonComplexTypeWithName
Definition: XMLErrorCodes.hpp:37
XMLErrs::InvalidChildInComplexType
@ InvalidChildInComplexType
Definition: XMLErrorCodes.hpp:59
XMLErrs::UnterminatedComment
@ UnterminatedComment
Definition: XMLErrorCodes.hpp:189
XMLErrs::ElementWithFixedAndDefault
@ ElementWithFixedAndDefault
Definition: XMLErrorCodes.hpp:69
XMLErrs::InvalidChildInComplexContent
@ InvalidChildInComplexContent
Definition: XMLErrorCodes.hpp:77