📄 xmlmessages.h
字号:
#define NetAcc_InternalError "XMLBEEF"#define Reader_SrcOfsNotSupported "XMLBEF0"#define Trans_InvalidSizeReq "XMLBEF1"#define Trans_Unrepresentable "XMLBEF2"#define Trans_NotInSourceSet "XMLBEF3"char Errors[][8] = { E_ExpectedCommentOrCDATA ,E_ExpectedAttrName ,E_ExpectedNotationName ,E_NoRepInMixed ,E_BadDefAttrDecl ,E_ExpectedDefAttrDecl ,E_AttListSyntaxError ,E_ExpectedEqSign ,E_DupAttrName ,E_BadIdForXMLLangAttr ,E_ExpectedElementName ,E_MustStartWithXMLDecl ,E_CommentsMustStartWith ,E_InvalidDocumentStructure ,E_ExpectedDeclString ,E_BadXMLVersion ,E_UnsupportedXMLVersion ,E_UnterminatedXMLDecl ,E_BadXMLEncoding ,E_BadStandalone ,E_UnterminatedComment ,E_PINameExpected ,E_UnterminatedPI ,E_InvalidCharacter ,E_UnexpectedTextBeforeRoot ,E_UnterminatedStartTag ,E_ExpectedAttrValue ,E_UnterminatedEndTag ,E_ExpectedAttributeType ,E_ExpectedEndOfTagX ,E_ExpectedMarkup ,E_NotValidAfterContent ,E_ExpectedComment ,E_ExpectedCommentOrPI ,E_ExpectedWhitespace ,E_NoRootElemInDOCTYPE ,E_ExpectedQuotedString ,E_ExpectedPublicId ,E_InvalidPublicIdChar ,E_UnterminatedDOCTYPE ,E_InvalidCharacterInIntSubset ,E_ExpectedCDATA ,E_InvalidInitialNameChar ,E_InvalidNameChar ,E_UnexpectedWhitespace ,E_InvalidCharacterInAttrValue ,E_ExpectedMarkupDecl ,E_TextDeclNotLegalHere ,E_ConditionalSectInIntSubset ,E_ExpectedPEName ,E_UnterminatedEntityDecl ,E_InvalidCharacterRef ,E_UnterminatedCharRef ,E_ExpectedEntityRefName ,E_EntityNotFound ,E_NoUnparsedEntityRefs ,E_UnterminatedEntityRef ,E_RecursiveEntity ,E_PartialMarkupInEntity ,E_UnterminatedElementDecl ,E_ExpectedContentSpecExpr ,E_ExpectedAsterisk ,E_UnterminatedContentModel ,E_ExpectedSystemId ,E_ExpectedSystemOrPublicId ,E_UnterminatedNotationDecl ,E_ExpectedSeqChoiceLeaf ,E_ExpectedChoiceOrCloseParen ,E_ExpectedSeqOrCloseParen ,E_ExpectedEnumValue ,E_ExpectedEnumSepOrParen ,E_UnterminatedEntityLiteral ,E_MoreEndThanStartTags ,E_IllegalRefInStandalone ,E_ExpectedOpenParen ,E_AttrAlreadyUsedInSTag ,E_BracketInAttrValue ,E_Expected2ndSurrogateChar ,E_ExpectedEndOfConditional ,E_ExpectedIncOrIgn ,E_ExpectedINCLUDEBracket ,E_ExpectedTextDecl ,E_ExpectedXMLDecl ,E_UnexpectedEOE ,E_PEPropogated ,E_ExtraCloseSquare ,E_PERefInMarkupInIntSubset ,E_EntityPropogated ,E_ExpectedNumericalCharRef ,E_ExpectedOpenSquareBracket ,E_BadSequenceInCharData ,E_IllegalSequenceInComment ,E_UnterminatedCDATASection ,E_ExpectedNDATA ,E_NDATANotValidForPE ,E_HexRadixMustBeLowerCase ,E_DeclStringRep ,E_DeclStringsInWrongOrder ,E_NoExtRefsInAttValue ,E_XMLDeclMustBeLowerCase ,E_ExpectedEntityValue ,E_BadDigitForRadix ,E_EndedWithTagsOnStack ,E_AmbiguousContentModel ,E_NestedCDATA ,E_UnknownPrefix ,E_PartialTagMarkupError ,E_EmptyMainEntity ,E_CDATAOutsideOfContent ,E_OnlyCharRefsAllowedHere ,E_Unexpected2ndSurrogateChar ,E_NoPIStartsWithXML ,E_XMLDeclMustBeFirst ,E_XMLVersionRequired ,E_StandaloneNotLegal ,E_TooManyColonsInName ,E_InvalidColonPos ,E_ColonNotLegalWithNS ,E_SysException ,E_XMLException ,E_UnexpectedEOF};char Invalid[][8] = { V_ElementNotDefined, V_AttNotDefined, V_NotationNotDeclared, V_RootElemNotLikeDocType, V_RequiredAttrNotProvided, V_ElementNotValidForContent, V_BadIDAttrDefType, V_InvalidEmptyAttValue, V_ElementAlreadyExists, V_MultipleIdAttrs, V_ReusedIDValue, V_IDNotDeclared, V_UnknownNotRefAttr, V_UndeclaredElemInDocType, V_EmptyNotValidForContent, V_AttNotDefinedForElement, V_BadEntityRefAttr, V_UnknownEntityRefAttr, V_NotEnoughElemsForCM ,V_NoCharDataInCM ,V_DoesNotMatchEnumList ,V_AttrValNotName ,V_NoMultipleValues ,V_NotSameAsFixedValue ,V_RepElemInMixed}; char Warnings[][8] = {// W_NoPIStartsWithXML, W_NotationAlreadyExists, W_AttListAlreadyExists, W_ContradictoryEncoding, W_UndeclaredElemInCM, W_UndeclaredElemInAttList};char Exceptions[][8]= { Array_BadIndex, Array_BadNewSize, AttrList_BadIndex, AttDef_BadAttType, AttDef_BadDefAttType, Bitset_BadIndex, BufMgr_NoMoreBuffers, BufMgr_BufferNotInPool, CPtr_PointerIsZero, CM_BinOpHadUnaryType, CM_MustBeMixedOrChildren, CM_NoPCDATAHere, CM_NotValidForSpecType, CM_UnaryOpHadBinType, CM_UnknownCMType, CM_UnknownCMSpecType, ElemStack_EmptyStack, ElemStack_BadIndex, ElemStack_StackUnderflow, ElemStack_NoParentPushed, Enum_NoMoreElements, File_CouldNotOpenFile, File_CouldNotGetCurPos, File_CouldNotCloseFile , File_CouldNotSeekToEnd , File_CouldNotSeekToPos , File_CouldNotDupHandle , File_CouldNotReadFromFile, File_CouldNotResetFile , File_CouldNotGetSize , File_CouldNotGetBasePathName, Gen_ParseInProgress, Gen_NoDTDValidator, Gen_CouldNotOpenDTD, Gen_CouldNotOpenExtEntity, Gen_UnexpectedEOF, HshTbl_ZeroModulus, HshTbl_BadHashFromKey, HshTbl_NoSuchKeyExists, Mutex_CouldNotCreate, Mutex_CouldNotClose, Mutex_CouldNotLock, Mutex_CouldNotUnlock, Mutex_CouldNotDestroy, NetAcc_InternalError, Pool_ElemAlreadyExists, Pool_BadHashFromKey, Pool_InvalidId, Pool_ZeroModulus, RdrMgr_ReaderIdNotFound, Reader_BadAutoEncoding, Reader_CantCreateCvtrFor, Reader_CouldNotDecodeFirstLine, Reader_EOIInMultiSeq, Reader_BadUTF8Seq, Reader_BadSurrogateInUTF8, Reader_SrcOfsNotSupported, Scan_CouldNotOpenSource, Scan_UnbalancedStartEnd, Scan_BadPScanToken, Stack_BadIndex, Stack_EmptyStack, Str_ZeroSizedTargetBuf, Str_UnknownRadix, Str_TargetBufTooSmall, Str_StartIndexPastEnd, Strm_StdErrWriteFailure, Strm_StdOutWriteFailure, Strm_ConWriteFailure, StrPool_IllegalId, Trans_CouldNotXCodeXMLData, Trans_CouldNotCreateDefCvtr, Trans_InvalidSizeReq, Trans_Unrepresentable, Trans_NotInSourceSet, URL_MalformedURL, URL_UnsupportedProto, URL_UnsupportedProto1, URL_OnlyLocalHost, URL_NoProtocolPresent, URL_ExpectingTwoSlashes, URL_IncorrectEscapedCharRef, URL_UnterminatedHostComponent, Vector_BadIndex, Val_InvalidElemId, Val_CantHaveIntSS, XMLRec_UnknownEncoding};XERCES_CPP_NAMESPACE_END#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -