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