18 #if !defined(XALANMESSAGELOADER_HEADER_GUARD_1357924680)
19 #define XALANMESSAGELOADER_HEADER_GUARD_1357924680
35 #include "LocalMsgIndex.hpp"
43 using xercesc::MemoryManager;
62 Type*
const theResult =
63 new (theGuard.
get()) Type(theManager);
76 MemoryManager& theManager,
93 initialize(MemoryManager& theManager);
101 XalanMessages::Codes msgToLoad,
102 const char* repText1 ,
103 const char* repText2 = 0,
104 const char* repText3 = 0,
105 const char* repText4 = 0);
110 XalanMessages::Codes msgToLoad,
111 const XalanDOMChar* repText1,
112 const XalanDOMChar* repText2 = 0,
113 const XalanDOMChar* repText3 = 0,
114 const XalanDOMChar* repText4 = 0);
119 XalanMessages::Codes msgToLoad);
124 XalanMessages::Codes msgToLoad,
130 XalanMessages::Codes msgToLoad,
137 XalanMessages::Codes msgToLoad,
146 XalanMessages::Codes msgToLoad,
147 XalanDOMChar* toFill,
148 XalanSize_t maxChars) = 0;
154 XalanMessages::Codes msgToLoad,
155 MemoryManager& theMemoryManager,
156 XalanDOMChar* toFill,
157 XalanSize_t maxChars,
158 const XalanDOMChar* repText1,
159 const XalanDOMChar* repText2 = 0,
160 const XalanDOMChar* repText3 = 0,
161 const XalanDOMChar* repText4 = 0);
165 XalanMessages::Codes msgToLoad,
166 MemoryManager& theManager,
167 XalanDOMChar* toFill,
168 XalanSize_t maxChars,
169 const char* repText1 ,
170 const char* repText2 = 0,
171 const char* repText3 = 0,
172 const char* repText4 = 0);
186 #endif // XALANMESSAGELOADER_HEADER_GUARD_1357924680