📄 xmloutputmessages.h
字号:
// This file was automatically generated from .\XmlOutputMessages.msg by ..\msggen.pl.#include "Message.h"#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifstruct XmlOutputMessages { // 100 static const MessageType1 sdataEntityReference; // 101 static const MessageType1 externalDataEntityReference; // 102 static const MessageType1 subdocEntityReference; // 103 static const MessageType0 piQuestionLt; // 104 static const MessageType0 piNoName; // 105 static const MessageType1 externalDataNdata; // 106 static const MessageType1 notationAttributes; // 107 static const MessageType1 cannotConvertFsiToUrl;};const MessageType1 XmlOutputMessages::sdataEntityReference(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif100#ifndef SP_NO_MESSAGE_TEXT,"reference to internal SDATA entity %1 not allowed in XML"#endif);const MessageType1 XmlOutputMessages::externalDataEntityReference(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif101#ifndef SP_NO_MESSAGE_TEXT,"reference to external data entity %1 not allowed in XML"#endif);const MessageType1 XmlOutputMessages::subdocEntityReference(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif102#ifndef SP_NO_MESSAGE_TEXT,"reference to subdocument entity %1 not allowed in XML"#endif);const MessageType0 XmlOutputMessages::piQuestionLt(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif103#ifndef SP_NO_MESSAGE_TEXT,"processing instruction containing \"?>\" not allowed in XML"#endif);const MessageType0 XmlOutputMessages::piNoName(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif104#ifndef SP_NO_MESSAGE_TEXT,"XML requires processing instructions to start with a name"#endif);const MessageType1 XmlOutputMessages::externalDataNdata(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif105#ifndef SP_NO_MESSAGE_TEXT,"external data entity %1 is CDATA or SDATA, but XML allows only NDATA"#endif);const MessageType1 XmlOutputMessages::notationAttributes(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif106#ifndef SP_NO_MESSAGE_TEXT,"attributes were defined for notation %1; not allowed in XML"#endif);const MessageType1 XmlOutputMessages::cannotConvertFsiToUrl(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif107#ifndef SP_NO_MESSAGE_TEXT,"cannot convert formal system identifier %1 to URL"#endif);#ifdef SP_NAMESPACE}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -