ICUMsgLoader.cpp
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:15k
源码类别:

词法分析

开发平台:

Visual C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 1999-2000 The Apache Software Foundation.  All rights
  5.  * reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms, with or without
  8.  * modification, are permitted provided that the following conditions
  9.  * are met:
  10.  *
  11.  * 1. Redistributions of source code must retain the above copyright
  12.  *    notice, this list of conditions and the following disclaimer.
  13.  *
  14.  * 2. Redistributions in binary form must reproduce the above copyright
  15.  *    notice, this list of conditions and the following disclaimer in
  16.  *    the documentation and/or other materials provided with the
  17.  *    distribution.
  18.  *
  19.  * 3. The end-user documentation included with the redistribution,
  20.  *    if any, must include the following acknowledgment:
  21.  *       "This product includes software developed by the
  22.  *        Apache Software Foundation (http://www.apache.org/)."
  23.  *    Alternately, this acknowledgment may appear in the software itself,
  24.  *    if and wherever such third-party acknowledgments normally appear.
  25.  *
  26.  * 4. The names "Xerces" and "Apache Software Foundation" must
  27.  *    not be used to endorse or promote products derived from this
  28.  *    software without prior written permission. For written
  29.  *    permission, please contact apache@apache.org.
  30.  *
  31.  * 5. Products derived from this software may not be called "Apache",
  32.  *    nor may "Apache" appear in their name, without prior written
  33.  *    permission of the Apache Software Foundation.
  34.  *
  35.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  36.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  37.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  38.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  39.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  40.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  41.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  42.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  43.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  44.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  45.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  46.  * SUCH DAMAGE.
  47.  * ====================================================================
  48.  *
  49.  * This software consists of voluntary contributions made by many
  50.  * individuals on behalf of the Apache Software Foundation, and was
  51.  * originally based on software copyright (c) 1999, International
  52.  * Business Machines, Inc., http://www.ibm.com .  For more information
  53.  * on the Apache Software Foundation, please see
  54.  * <http://www.apache.org/>.
  55.  */
  56. /*
  57.  * $Log: ICUMsgLoader.cpp,v $
  58.  * Revision 1.17  2003/05/15 18:29:48  knoaman
  59.  * Partial implementation of the configurable memory manager.
  60.  *
  61.  * Revision 1.16  2003/03/17 19:28:05  peiyongz
  62.  * Build versioned XercesMessages on Windows
  63.  *
  64.  * Revision 1.15  2003/03/09 16:41:20  peiyongz
  65.  * PanicHandler
  66.  *
  67.  * Revision 1.14  2003/02/20 18:07:46  peiyongz
  68.  * Bug#7077: build error message shared library for ICUMsgLoader
  69.  *
  70.  * Revision 1.12  2003/02/17 19:56:03  peiyongz
  71.  * Re-prioritize search order for error message files.
  72.  *
  73.  * Revision 1.11  2002/12/12 16:53:25  peiyongz
  74.  * Message file name changed.
  75.  *
  76.  * Revision 1.10  2002/12/06 16:29:17  peiyongz
  77.  * $XERCESCROOT/msg created as home directory for message files, and
  78.  * set default locale.
  79.  *
  80.  * Revision 1.9  2002/12/04 18:11:23  peiyongz
  81.  * use $XERCESCROOT to search for icu resource bundle if XERCESC_NLS_HOME
  82.  * undefined
  83.  *
  84.  * Revision 1.8  2002/11/20 20:28:17  peiyongz
  85.  * fix to warning C4018: '>' : signed/unsigned mismatch
  86.  *
  87.  * Revision 1.7  2002/11/12 17:27:49  tng
  88.  * DOM Message: add new domain for DOM Messages.
  89.  *
  90.  * Revision 1.6  2002/11/04 22:24:43  peiyongz
  91.  * Locale setting for message loader
  92.  *
  93.  * Revision 1.5  2002/11/04 15:10:40  tng
  94.  * C++ Namespace Support.
  95.  *
  96.  * Revision 1.4  2002/10/10 21:07:55  peiyongz
  97.  * load resource files using environement vars and base name
  98.  *
  99.  * Revision 1.3  2002/10/02 17:08:50  peiyongz
  100.  * XMLString::equals() to replace XMLString::compareString()
  101.  *
  102.  * Revision 1.2  2002/09/30 22:20:40  peiyongz
  103.  * Build with ICU MsgLoader
  104.  *
  105.  * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
  106.  * sane_include
  107.  *
  108.  * Revision 1.7  2002/01/21 14:52:25  tng
  109.  * [Bug 5847] ICUMsgLoader can't be compiled with gcc 3.0.3 and ICU2.  And also fix the memory leak introduced by Bug 2730 fix.
  110.  *
  111.  * Revision 1.6  2001/11/01 23:39:18  jasons
  112.  * 2001-11-01  Jason E. Stewart  <jason@openinformatics.com>
  113.  *
  114.  *  * src/util/MsgLoaders/ICU/ICUMsgLoader.hpp (Repository):
  115.  *  * src/util/MsgLoaders/ICU/ICUMsgLoader.cpp (Repository):
  116.  *  Updated to compile with ICU-1.8.1
  117.  *
  118.  * Revision 1.5  2000/03/02 19:55:14  roddey
  119.  * This checkin includes many changes done while waiting for the
  120.  * 1.1.0 code to be finished. I can't list them all here, but a list is
  121.  * available elsewhere.
  122.  *
  123.  * Revision 1.4  2000/02/06 07:48:21  rahulj
  124.  * Year 2K copyright swat.
  125.  *
  126.  * Revision 1.3  2000/01/19 00:58:38  roddey
  127.  * Update to support new ICU 1.4 release.
  128.  *
  129.  * Revision 1.2  1999/11/19 21:24:03  aruna1
  130.  * incorporated ICU 1.3.1 related changes int he file
  131.  *
  132.  * Revision 1.1.1.1  1999/11/09 01:07:23  twl
  133.  * Initial checkin
  134.  *
  135.  * Revision 1.4  1999/11/08 20:45:26  rahul
  136.  * Swat for adding in Product name and CVS comment log variable.
  137.  *
  138.  */
  139. // ---------------------------------------------------------------------------
  140. //  Includes
  141. // ---------------------------------------------------------------------------
  142. #include <xercesc/util/XercesDefs.hpp>
  143. #include <xercesc/util/PlatformUtils.hpp>
  144. #include <xercesc/util/XMLMsgLoader.hpp>
  145. #include <xercesc/util/XMLString.hpp>
  146. #include <xercesc/util/XMLUniDefs.hpp>
  147. #include <xercesc/util/Janitor.hpp>
  148. #include "ICUMsgLoader.hpp"
  149. #include "unicode/uloc.h"
  150. #include "unicode/udata.h" 
  151. #include "string.h"
  152. #include <stdio.h>
  153. #include <stdlib.h>
  154. XERCES_CPP_NAMESPACE_BEGIN
  155. // ---------------------------------------------------------------------------
  156. //  Local static methods
  157. // ---------------------------------------------------------------------------
  158. /*
  159.  *  Resource Data Reference.  
  160.  * 
  161.  *  The data is packaged as a dll (or .so or whatever, depending on the platform) that exports a data symbol.
  162.  *  The application (thic *.cpp) references that symbol here, and will pass the data address to ICU, which 
  163.  *  will then  be able to fetch resources from the data.
  164.  */
  165. #if defined(_WIN32) || defined(WIN32)
  166. extern "C" void U_IMPORT *XercesMessages2_3_0_dat;
  167. #else
  168. extern "C" void U_IMPORT *XercesMessages_dat;
  169. #endif
  170. /* 
  171.  *  Tell ICU where our resource data is located in memory. The data lives in the XercesMessages dll, and we just
  172.  *  pass the address of an exported symbol from that library to ICU.
  173.  */
  174. static bool setAppDataOK = false;
  175. static void setAppData()
  176. {
  177.     static bool setAppDataDone = false;
  178.     if (setAppDataDone)
  179.     {
  180.         return;
  181.     }
  182.     else
  183.     {
  184.         setAppDataDone = true;
  185.         UErrorCode err = U_ZERO_ERROR;
  186. #if defined(_WIN32) || defined(WIN32)
  187.         udata_setAppData("XercesMessages", &XercesMessages2_3_0_dat, &err);
  188. #else
  189.         udata_setAppData("XercesMessages", &XercesMessages_dat, &err);
  190. #endif        
  191.         if (U_SUCCESS(err))
  192.         {
  193.          setAppDataOK = true;
  194.         }
  195.     }
  196. }
  197. // ---------------------------------------------------------------------------
  198. //  Public Constructors and Destructor
  199. // ---------------------------------------------------------------------------
  200. ICUMsgLoader::ICUMsgLoader(const XMLCh* const  msgDomain)
  201. :fLocaleBundle(0)
  202. ,fDomainBundle(0)
  203. {
  204.     /***
  205.     Validate msgDomain
  206.     ***/
  207.     if (!XMLString::equals(msgDomain, XMLUni::fgXMLErrDomain)    &&
  208.         !XMLString::equals(msgDomain, XMLUni::fgExceptDomain)    &&
  209.         !XMLString::equals(msgDomain, XMLUni::fgXMLDOMMsgDomain) &&
  210.         !XMLString::equals(msgDomain, XMLUni::fgValidityDomain)   )
  211.     {
  212.         XMLPlatformUtils::panic(PanicHandler::Panic_UnknownMsgDomain);
  213.     }
  214.     /***
  215. Resolve domainName
  216.     ***/
  217.     int     index = XMLString::lastIndexOf(msgDomain, chForwardSlash);
  218.     char*   domainName = XMLString::transcode(&(msgDomain[index + 1]), XMLPlatformUtils::fgMemoryManager);
  219.     ArrayJanitor<char> jan1(domainName, XMLPlatformUtils::fgMemoryManager);
  220.     /***
  221.         Location resolution priority
  222.          
  223.          1. XMLMsgLoader::getNLSHome(), set by user through
  224.             XMLPlatformUtils::Initialize(), which provides user-specified
  225.             location where the message loader shall retrieve error messages.
  226.          2. envrionment var: XERCESC_NLS_HOME
  227.          3. path $XERCESCROOT/msg
  228.     ***/
  229.     char locationBuf[1024];
  230.     memset(locationBuf, 0, sizeof locationBuf);
  231.     const char *nlsHome = XMLMsgLoader::getNLSHome();
  232.     if (nlsHome)
  233.     {
  234.      strcpy(locationBuf, nlsHome);
  235.         strcat(locationBuf, U_FILE_SEP_STRING);
  236.     }
  237.     else
  238.     {
  239.         nlsHome = getenv("XERCESC_NLS_HOME");
  240.         if (nlsHome)
  241.         {
  242.             strcpy(locationBuf, nlsHome);
  243.             strcat(locationBuf, U_FILE_SEP_STRING);
  244.         }
  245.         else
  246.         {
  247.             nlsHome = getenv("XERCESCROOT");
  248.             if (nlsHome)
  249.             {
  250.                 strcpy(locationBuf, nlsHome);
  251.                 strcat(locationBuf, U_FILE_SEP_STRING);
  252.                 strcat(locationBuf, "msg");
  253.                 strcat(locationBuf, U_FILE_SEP_STRING);                    
  254.             }
  255.             else
  256.             {
  257.                 /***
  258.                  leave it to ICU to decide where to search
  259.                  for the error message.
  260.                  ***/
  261.                  setAppData();
  262.             }
  263.         }    
  264.     }
  265.     /***
  266. Open the locale-specific resource bundle
  267.     ***/
  268.     strcat(locationBuf, "XercesMessages");
  269.     UErrorCode err = U_ZERO_ERROR;
  270.     uloc_setDefault("en_US", &err);   // in case user-specified locale unavailable
  271.     err = U_ZERO_ERROR;
  272.     fLocaleBundle = ures_open(locationBuf, XMLMsgLoader::getLocale(), &err);
  273.     if (!U_SUCCESS(err) || fLocaleBundle == NULL)
  274.     {
  275.      /***
  276.         in case user specified location does not work
  277.         try the dll
  278.         ***/
  279.         if (strcmp(locationBuf, "XercesMessages") !=0 )
  280.         {              
  281.             setAppData();        
  282.             err = U_ZERO_ERROR;
  283.             fLocaleBundle = ures_open("XercesMessages", XMLMsgLoader::getLocale(), &err);
  284.             if (!U_SUCCESS(err) || fLocaleBundle == NULL)
  285.             {
  286.                  XMLPlatformUtils::panic(PanicHandler::Panic_CantLoadMsgDomain);
  287.             }
  288.         }
  289.         else
  290.         {              
  291.             XMLPlatformUtils::panic(PanicHandler::Panic_CantLoadMsgDomain);
  292.         }        
  293.     }
  294.     /***
  295. Open the domain specific resource bundle within
  296. the locale-specific resource bundle
  297.     ***/
  298.     err = U_ZERO_ERROR;
  299.     fDomainBundle = ures_getByKey(fLocaleBundle, domainName, NULL, &err);
  300.     if (!U_SUCCESS(err) || fDomainBundle == NULL)
  301.     {
  302.         XMLPlatformUtils::panic(PanicHandler::Panic_CantLoadMsgDomain);
  303.     }
  304. }
  305. ICUMsgLoader::~ICUMsgLoader()
  306. {
  307.     ures_close(fDomainBundle);
  308.     ures_close(fLocaleBundle);
  309. }
  310. // ---------------------------------------------------------------------------
  311. //  Implementation of the virtual message loader API
  312. // ---------------------------------------------------------------------------
  313. bool ICUMsgLoader::loadMsg( const   XMLMsgLoader::XMLMsgId  msgToLoad
  314.                           ,         XMLCh* const            toFill
  315.                           , const   unsigned int            maxChars)
  316. {
  317.     UErrorCode   err = U_ZERO_ERROR;
  318.     int32_t      strLen = 0;
  319.     // Assuming array format
  320.     const UChar *name = ures_getStringByIndex(fDomainBundle, (int32_t)msgToLoad-1, &strLen, &err);
  321.     if (!U_SUCCESS(err) || (name == NULL))
  322.     {
  323.         return false;
  324.     }
  325.     int retStrLen = strLen > (int32_t)maxChars ? maxChars : strLen;
  326.     if (sizeof(UChar)==sizeof(XMLCh))
  327.     {
  328.         XMLString::moveChars(toFill, (XMLCh*)name, retStrLen);
  329.         toFill[retStrLen] = (XMLCh) 0;
  330.     }
  331.     else
  332.     {
  333.         XMLCh* retStr = toFill;
  334.         const UChar *srcPtr = name;
  335.         while (retStrLen--)
  336.            *retStr++ = *srcPtr++;
  337.         *retStr = 0;
  338.     }
  339.     return true;
  340. }
  341. bool ICUMsgLoader::loadMsg( const   XMLMsgLoader::XMLMsgId  msgToLoad
  342.                             ,       XMLCh* const            toFill
  343.                             , const unsigned int           maxChars
  344.                             , const XMLCh* const            repText1
  345.                             , const XMLCh* const            repText2
  346.                             , const XMLCh* const            repText3
  347.                             , const XMLCh* const            repText4)
  348. {
  349.     // Call the other version to load up the message
  350.     if (!loadMsg(msgToLoad, toFill, maxChars))
  351.         return false;
  352.     // And do the token replacement
  353.     XMLString::replaceTokens(toFill, maxChars, repText1, repText2, repText3, repText4);
  354.     return true;
  355. }
  356. bool ICUMsgLoader::loadMsg( const   XMLMsgLoader::XMLMsgId  msgToLoad
  357.                             ,       XMLCh* const            toFill
  358.                             , const unsigned int           maxChars
  359.                             , const char* const             repText1
  360.                             , const char* const             repText2
  361.                             , const char* const             repText3
  362.                             , const char* const             repText4)
  363. {
  364.     //
  365.     //  Transcode the provided parameters and call the other version,
  366.     //  which will do the replacement work.
  367.     //
  368.     XMLCh* tmp1 = 0;
  369.     XMLCh* tmp2 = 0;
  370.     XMLCh* tmp3 = 0;
  371.     XMLCh* tmp4 = 0;
  372.     bool bRet = false;
  373.     if (repText1)
  374.         tmp1 = XMLString::transcode(repText1, XMLPlatformUtils::fgMemoryManager);
  375.     if (repText2)
  376.         tmp2 = XMLString::transcode(repText2, XMLPlatformUtils::fgMemoryManager);
  377.     if (repText3)
  378.         tmp3 = XMLString::transcode(repText3, XMLPlatformUtils::fgMemoryManager);
  379.     if (repText4)
  380.         tmp4 = XMLString::transcode(repText4, XMLPlatformUtils::fgMemoryManager);
  381.     bRet = loadMsg(msgToLoad, toFill, maxChars, tmp1, tmp2, tmp3, tmp4);
  382.     if (tmp1)
  383.         XMLPlatformUtils::fgMemoryManager->deallocate(tmp1);//delete [] tmp1;
  384.     if (tmp2)
  385.         XMLPlatformUtils::fgMemoryManager->deallocate(tmp2);//delete [] tmp2;
  386.     if (tmp3)
  387.         XMLPlatformUtils::fgMemoryManager->deallocate(tmp3);//delete [] tmp3;
  388.     if (tmp4)
  389.         XMLPlatformUtils::fgMemoryManager->deallocate(tmp4);//delete [] tmp4;
  390.     return bRet;
  391. }
  392. XERCES_CPP_NAMESPACE_END