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

词法分析

开发平台:

Visual C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 2001 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) 2001, 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: SchemaInfo.cpp,v $
  58.  * Revision 1.10  2003/05/16 21:43:21  knoaman
  59.  * Memory manager implementation: Modify constructors to pass in the memory manager.
  60.  *
  61.  * Revision 1.9  2002/11/04 14:49:41  tng
  62.  * C++ Namespace Support.
  63.  *
  64.  * Revision 1.8  2002/09/24 20:12:48  tng
  65.  * Performance: use XMLString::equals instead of XMLString::compareString
  66.  *
  67.  * Revision 1.7  2002/06/21 11:52:24  knoaman
  68.  * cleanup
  69.  *
  70.  * Revision 1.6  2002/05/27 20:23:48  knoaman
  71.  * Performance: lazily store top-level components to eliminate unnecessary traversal
  72.  * of DOM tree when looking up for a top level component.
  73.  *
  74.  * Revision 1.5  2002/05/21 19:30:47  tng
  75.  * DOM Reorganization: modify to use the new DOM interface.
  76.  *
  77.  * Revision 1.4  2002/03/19 21:22:39  knoaman
  78.  * Fix for declarations referenced from a different NS in the case of a circular import.
  79.  *
  80.  * Revision 1.3  2002/03/19 15:57:12  knoaman
  81.  * Fix for bug 7074.
  82.  *
  83.  * Revision 1.2  2002/02/06 22:24:59  knoaman
  84.  * Use IDOM for schema processing.
  85.  *
  86.  * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
  87.  * sane_include
  88.  *
  89.  * Revision 1.6  2001/12/12 20:52:19  peiyongz
  90.  * memory leak: fRedefineList
  91.  *
  92.  * Revision 1.5  2001/10/04 15:08:56  knoaman
  93.  * Add support for circular import.
  94.  *
  95.  * Revision 1.4  2001/07/31 15:26:54  knoaman
  96.  * Added support for <attributeGroup>.
  97.  *
  98.  * Revision 1.3  2001/07/09 14:29:43  knoaman
  99.  * Fixes for import/include declarations
  100.  *
  101.  * Revision 1.2  2001/05/11 13:27:36  tng
  102.  * Copyright update.
  103.  *
  104.  * Revision 1.1  2001/05/10 16:33:16  knoaman
  105.  * Traverse Schema Part III + error messages.
  106.  *
  107.  */
  108. // ---------------------------------------------------------------------------
  109. //  Includes
  110. // ---------------------------------------------------------------------------
  111. #include <xercesc/validators/schema/SchemaInfo.hpp>
  112. #include <xercesc/validators/schema/XUtil.hpp>
  113. #include <xercesc/validators/schema/SchemaSymbols.hpp>
  114. #include <xercesc/util/XMLString.hpp>
  115. XERCES_CPP_NAMESPACE_BEGIN
  116. // ---------------------------------------------------------------------------
  117. //  SchemaInfo: Constructors and Destructor
  118. // ---------------------------------------------------------------------------
  119. SchemaInfo::SchemaInfo(const unsigned short elemAttrDefaultQualified,
  120.                        const int blockDefault,
  121.                        const int finalDefault,
  122.                        const int targetNSURI,
  123.                        const int scopeCount,
  124.                        const unsigned int namespaceScopeLevel,
  125.                        XMLCh* const schemaURL,
  126.                        const XMLCh* const targetNSURIString,
  127.                        const DOMElement* const root,
  128.                        MemoryManager* const manager)
  129.     : fAdoptInclude(false)
  130.     , fProcessed(false)
  131.     , fElemAttrDefaultQualified(elemAttrDefaultQualified)
  132.     , fBlockDefault(blockDefault)
  133.     , fFinalDefault(finalDefault)
  134.     , fTargetNSURI(targetNSURI)
  135.     , fScopeCount(scopeCount)
  136.     , fNamespaceScopeLevel(namespaceScopeLevel)
  137.     , fCurrentSchemaURL(schemaURL)
  138.     , fTargetNSURIString(targetNSURIString)
  139.     , fSchemaRootElement(root)
  140.     , fIncludeInfoList(0)
  141.     , fImportedInfoList(0)
  142.     , fImportingInfoList(0)
  143.     , fFailedRedefineList(0)
  144.     , fImportedNSList(0)
  145.     , fRecursingAnonTypes(0)
  146.     , fRecursingTypeNames(0)
  147.     , fMemoryManager(manager)
  148. {
  149.     fImportingInfoList = new (fMemoryManager) RefVectorOf<SchemaInfo>(4, false, fMemoryManager);
  150.     for (unsigned int i = 0; i < C_Count; i++)
  151.         fTopLevelComponents[i] = 0;
  152. }
  153. SchemaInfo::~SchemaInfo()
  154. {
  155.     fMemoryManager->deallocate(fCurrentSchemaURL);//delete [] fCurrentSchemaURL;
  156.     delete fImportedInfoList;
  157.     if (fAdoptInclude)
  158.         delete fIncludeInfoList;
  159.     delete fImportingInfoList;
  160.     fImportedInfoList = fIncludeInfoList = fImportingInfoList = 0;
  161.     delete fImportedNSList;
  162.     fImportedNSList = 0;
  163.     delete fFailedRedefineList;
  164.     fFailedRedefineList = 0;
  165.     delete fRecursingAnonTypes;
  166.     fRecursingAnonTypes = 0;
  167.     delete fRecursingTypeNames;
  168.     fRecursingTypeNames = 0;
  169.     for (unsigned int i = 0; i < C_Count; i++) {
  170.         delete fTopLevelComponents[i];
  171.         fTopLevelComponents[i] = 0;
  172.     }
  173. }
  174. // ---------------------------------------------------------------------------
  175. //  SchemaInfo:
  176. // ---------------------------------------------------------------------------
  177. DOMElement*
  178. SchemaInfo::getTopLevelComponent(const unsigned short compCategory,
  179.                                  const XMLCh* const compName,
  180.                                  const XMLCh* const name,
  181.                                  SchemaInfo** enclosingSchema) {
  182.     SchemaInfo* currentInfo = this;
  183.     DOMElement* child = getTopLevelComponent(compCategory, compName, name);
  184.     if (child == 0) {
  185.         unsigned int listSize = (fIncludeInfoList) ? fIncludeInfoList->size() : 0;
  186.         for (unsigned int i=0; i < listSize; i++) {
  187.             currentInfo = fIncludeInfoList->elementAt(i);
  188.             if (currentInfo == this)
  189.                 continue;
  190.             child = currentInfo->getTopLevelComponent(compCategory, compName, name);
  191.             if (child != 0) {
  192.                 *enclosingSchema = currentInfo;
  193.                 break;
  194.             }
  195.         }
  196.     }
  197.     return child;
  198. }
  199. DOMElement*
  200. SchemaInfo::getTopLevelComponent(const unsigned short compCategory,
  201.                                  const XMLCh* const compName,
  202.                                  const XMLCh* const name) {
  203.     if (compCategory >= C_Count)
  204.         return 0;
  205.     DOMElement* child = XUtil::getFirstChildElement(fSchemaRootElement);
  206.     if (!child)
  207.         return 0;
  208.     ValueVectorOf<DOMElement*>* compList = fTopLevelComponents[compCategory];
  209.     if (fTopLevelComponents[compCategory] == 0) {
  210.         compList= new (fMemoryManager) ValueVectorOf<DOMElement*>(16, fMemoryManager);
  211.         fTopLevelComponents[compCategory] = compList;
  212.     }
  213.     else {
  214.         unsigned int listLen = compList->size();
  215.         for (unsigned int i= 0; i < listLen; i++) {
  216.             child = compList->elementAt(i);
  217.             if (XMLString::equals(child->getAttribute(SchemaSymbols::fgATT_NAME), name))
  218.                 return child;
  219.         }
  220.     }
  221.     DOMElement* redefParent = (DOMElement*) child->getParentNode();
  222.     // Parent is not "redefine"
  223.     if (!XMLString::equals(redefParent->getLocalName(),SchemaSymbols::fgELT_REDEFINE))
  224.         redefParent = 0;
  225.     while (child != 0) {
  226.         if (XMLString::equals(child->getLocalName(), compName)) {
  227.             compList->addElement(child);
  228.             if (XMLString::equals(child->getAttribute(SchemaSymbols::fgATT_NAME), name))
  229.                 return child;
  230.         }
  231.         else if (XMLString::equals(child->getLocalName(),SchemaSymbols::fgELT_REDEFINE)
  232.                  && (!fFailedRedefineList || !fFailedRedefineList->containsElement(child))) { // if redefine
  233.             DOMElement* redefineChild = XUtil::getFirstChildElement(child);
  234.             while (redefineChild != 0) {
  235.                 if ((!fFailedRedefineList || !fFailedRedefineList->containsElement(redefineChild))
  236.                     && XMLString::equals(redefineChild->getLocalName(), compName)) {
  237.                     compList->addElement(redefineChild);
  238.                     if (XMLString::equals(redefineChild->getAttribute(SchemaSymbols::fgATT_NAME), name))
  239.                         return redefineChild;
  240.                 }
  241.                 redefineChild = XUtil::getNextSiblingElement(redefineChild);
  242.             }
  243.         }
  244.         child = XUtil::getNextSiblingElement(child);
  245.         if (child == 0 && redefParent) {
  246.             child = XUtil::getNextSiblingElement(redefParent);
  247.             redefParent = 0;
  248.         }
  249.     }
  250.     return child;
  251. }
  252. void SchemaInfo::updateImportingInfo(SchemaInfo* const importingInfo) {
  253.     if (!fImportingInfoList->containsElement(importingInfo)) {
  254.         fImportingInfoList->addElement(importingInfo);
  255.     }
  256.     unsigned int listSize = importingInfo->fImportingInfoList->size();
  257.     for (unsigned int i=0; i < listSize; i++) {
  258.         SchemaInfo* tmpInfo = importingInfo->fImportingInfoList->elementAt(i);
  259.         if (tmpInfo != this && !fImportingInfoList->containsElement(tmpInfo)) {
  260.             fImportingInfoList->addElement(tmpInfo);
  261.         }
  262.     }
  263. }
  264. XERCES_CPP_NAMESPACE_END
  265. /**
  266.   * End of file SchemaInfo.cpp
  267.   */