Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #if !defined(XALAN_MSG_CONTAINER_1357924680)
00020 #define XALAN_MSG_CONTAINER_1357924680
00021
00022
00023 #include <xalanc/Utils/XalanMsgLib/XalanMsgLibDefinitions.hpp>
00024
00025
00026
00027 XALAN_CPP_NAMESPACE_BEGIN
00028
00029
00030
00031 class XALAN_XALANMSGLIB_EXPORT XalanMsgContainer{
00032
00033 public:
00034
00035 static XalanSize_t
00036 getMessageCount();
00037
00038 static const XalanDOMChar*
00039 getMessage(XalanSize_t msgID);
00040
00041 private:
00042 };
00043
00044
00045
00046 XALAN_CPP_NAMESPACE_END
00047
00048
00049
00050 #endif