#include <XalanMessageLoader.hpp>
Inherited by XalanInMemoryMessageLoader.
List of all members.
Classes
Public Member Functions
Static Public Member Functions
- static void initialize (MemoryManager &theManager)
- static void terminate ()
- static XalanDOMString & getMessage (XalanDOMString &theResultMessage, XalanMessages::Codes msgToLoad, const char *repText1, const char *repText2=0, const char *repText3=0, const char *repText4=0)
- static XalanDOMString & getMessage (XalanDOMString &theResultMessage, XalanMessages::Codes msgToLoad, const XalanDOMChar *repText1, const XalanDOMChar *repText2=0, const XalanDOMChar *repText3=0, const XalanDOMChar *repText4=0)
- static XalanDOMString & getMessage (XalanDOMString &theResultMessage, XalanMessages::Codes msgToLoad)
- static XalanDOMString & getMessage (XalanDOMString &theResultMessage, XalanMessages::Codes msgToLoad, const XalanDOMString &repText1)
- static XalanDOMString & getMessage (XalanDOMString &theResultMessage, XalanMessages::Codes msgToLoad, const XalanDOMString &repText1, const XalanDOMString &repText2)
- static XalanDOMString & getMessage (XalanDOMString &theResultMessage, XalanMessages::Codes msgToLoad, const XalanDOMString &repText1, const XalanDOMString &repText2, const XalanDOMString &repText3)
Protected Member Functions
- virtual bool loadMsg (XalanMessages::Codes msgToLoad, XalanDOMChar *toFill, XalanSize_t maxChars)=0
Detailed Description
Definition at line 48 of file XalanMessageLoader.hpp.
Constructor & Destructor Documentation
virtual XalanMessageLoader::~XalanMessageLoader |
( |
|
) |
[virtual] |
XalanMessageLoader::XalanMessageLoader |
( |
|
) |
[inline] |
Member Function Documentation
static XalanDOMString& XalanMessageLoader::getMessage |
( |
XalanDOMString & |
theResultMessage, |
|
|
XalanMessages::Codes |
msgToLoad, |
|
|
const char * |
repText1, |
|
|
const char * |
repText2 = 0 , |
|
|
const char * |
repText3 = 0 , |
|
|
const char * |
repText4 = 0 | |
|
) |
| | [static] |
static XalanDOMString& XalanMessageLoader::getMessage |
( |
XalanDOMString & |
theResultMessage, |
|
|
XalanMessages::Codes |
msgToLoad, |
|
|
const XalanDOMChar * |
repText1, |
|
|
const XalanDOMChar * |
repText2 = 0 , |
|
|
const XalanDOMChar * |
repText3 = 0 , |
|
|
const XalanDOMChar * |
repText4 = 0 | |
|
) |
| | [static] |
static void XalanMessageLoader::initialize |
( |
MemoryManager & |
theManager |
) |
[static] |
virtual bool XalanMessageLoader::loadMsg |
( |
XalanMessages::Codes |
msgToLoad, |
|
|
XalanDOMChar * |
toFill, |
|
|
XalanSize_t |
maxChars | |
|
) |
| | [protected, pure virtual] |
static void XalanMessageLoader::terminate |
( |
|
) |
[static] |
The documentation for this class was generated from the following file: