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

词法分析

开发平台:

Visual C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 1999-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) 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: MixedContentModel.hpp,v $
  58.  * Revision 1.6  2003/05/16 21:43:20  knoaman
  59.  * Memory manager implementation: Modify constructors to pass in the memory manager.
  60.  *
  61.  * Revision 1.5  2003/05/15 18:48:27  knoaman
  62.  * Partial implementation of the configurable memory manager.
  63.  *
  64.  * Revision 1.4  2003/03/07 18:16:57  tng
  65.  * Return a reference instead of void for operator=
  66.  *
  67.  * Revision 1.3  2002/11/04 14:54:58  tng
  68.  * C++ Namespace Support.
  69.  *
  70.  * Revision 1.2  2002/02/25 21:18:53  tng
  71.  * Schema Fix: Ensure no invalid uri index for UPA checking.
  72.  *
  73.  * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
  74.  * sane_include
  75.  *
  76.  * Revision 1.12  2001/11/28 16:46:20  tng
  77.  * Schema fix: Check for invalid URI index first.
  78.  *
  79.  * Revision 1.11  2001/11/21 14:30:13  knoaman
  80.  * Fix for UPA checking.
  81.  *
  82.  * Revision 1.10  2001/08/21 16:06:11  tng
  83.  * Schema: Unique Particle Attribution Constraint Checking.
  84.  *
  85.  * Revision 1.9  2001/08/13 15:06:39  knoaman
  86.  * update <any> validation.
  87.  *
  88.  * Revision 1.8  2001/05/11 13:27:19  tng
  89.  * Copyright update.
  90.  *
  91.  * Revision 1.7  2001/05/03 21:02:31  tng
  92.  * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
  93.  *
  94.  * Revision 1.6  2001/04/19 18:17:33  tng
  95.  * Schema: SchemaValidator update, and use QName in Content Model
  96.  *
  97.  * Revision 1.5  2001/03/21 21:56:28  tng
  98.  * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
  99.  *
  100.  * Revision 1.4  2001/03/21 19:29:58  tng
  101.  * Schema: Content Model Updates, by Pei Yong Zhang.
  102.  *
  103.  * Revision 1.3  2001/02/27 18:32:33  tng
  104.  * Schema: Use XMLElementDecl instead of DTDElementDecl in Content Model.
  105.  *
  106.  * Revision 1.2  2001/02/27 14:48:55  tng
  107.  * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
  108.  *
  109.  * Revision 1.1  2001/02/16 14:17:29  tng
  110.  * Schema: Move the common Content Model files that are shared by DTD
  111.  * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
  112.  *
  113.  * Revision 1.3  2000/02/24 20:16:49  abagchi
  114.  * Swat for removing Log from API docs
  115.  *
  116.  * Revision 1.2  2000/02/09 21:42:39  abagchi
  117.  * Copyright swat
  118.  *
  119.  * Revision 1.1.1.1  1999/11/09 01:03:45  twl
  120.  * Initial checkin
  121.  *
  122.  * Revision 1.3  1999/11/08 20:45:43  rahul
  123.  * Swat for adding in Product name and CVS comment log variable.
  124.  *
  125.  */
  126. #if !defined(MIXEDCONTENTMODEL_HPP)
  127. #define MIXEDCONTENTMODEL_HPP
  128. #include <xercesc/util/ValueVectorOf.hpp>
  129. #include <xercesc/framework/XMLContentModel.hpp>
  130. #include <xercesc/validators/common/ContentLeafNameTypeVector.hpp>
  131. XERCES_CPP_NAMESPACE_BEGIN
  132. class ContentSpecNode;
  133. //
  134. //  MixedContentModel is a derivative of the abstract content model base
  135. //  class that handles the special case of mixed model elements. If an element
  136. //  is mixed model, it has PCDATA as its first possible content, followed
  137. //  by an alternation of the possible children. The children cannot have any
  138. //  numeration or order, so it must look like this:
  139. //
  140. //  <!ELEMENT Foo ((#PCDATA|a|b|c|)*)>
  141. //
  142. //  So, all we have to do is to keep an array of the possible children and
  143. //  validate by just looking up each child being validated by looking it up
  144. //  in the list.
  145. //
  146. class MixedContentModel : public XMLContentModel
  147. {
  148. public :
  149.     // -----------------------------------------------------------------------
  150.     //  Constructors and Destructor
  151.     // -----------------------------------------------------------------------
  152.     MixedContentModel
  153.     (
  154.         const bool                dtd
  155.         , ContentSpecNode* const  parentContentSpec
  156. , const bool              ordered = false
  157.         , MemoryManager* const    manager = XMLPlatformUtils::fgMemoryManager
  158.     );
  159.     ~MixedContentModel();
  160.     // -----------------------------------------------------------------------
  161.     //  Getter methods
  162.     // -----------------------------------------------------------------------
  163.     bool hasDups() const;
  164.     // -----------------------------------------------------------------------
  165.     //  Implementation of the ContentModel virtual interface
  166.     // -----------------------------------------------------------------------
  167.     virtual int validateContent
  168.     (
  169.         QName** const         children
  170.       , const unsigned int    childCount
  171.       , const unsigned int    emptyNamespaceId
  172.     )   const;
  173. virtual int validateContentSpecial
  174.     (
  175.         QName** const         children
  176.       , const unsigned int    childCount
  177.       , const unsigned int    emptyNamespaceId
  178.       , GrammarResolver*  const pGrammarResolver
  179.       , XMLStringPool*    const pStringPool
  180.     ) const;
  181.     virtual ContentLeafNameTypeVector* getContentLeafNameTypeVector() const ;
  182.     virtual unsigned int getNextState(const unsigned int currentState,
  183.                                       const unsigned int elementIndex) const;
  184.     virtual void checkUniqueParticleAttribution
  185.     (
  186.         SchemaGrammar*    const pGrammar
  187.       , GrammarResolver*  const pGrammarResolver
  188.       , XMLStringPool*    const pStringPool
  189.       , XMLValidator*     const pValidator
  190.       , unsigned int*     const pContentSpecOrgURI
  191.     ) ;
  192. private :
  193.     // -----------------------------------------------------------------------
  194.     //  Private helper methods
  195.     // -----------------------------------------------------------------------
  196.     void buildChildList
  197.     (
  198.         ContentSpecNode* const                     curNode
  199.       , ValueVectorOf<QName*>&                     toFill
  200.       , ValueVectorOf<ContentSpecNode::NodeTypes>& toType
  201.     );
  202.     // -----------------------------------------------------------------------
  203.     //  Unimplemented constructors and operators
  204.     // -----------------------------------------------------------------------
  205.     MixedContentModel();
  206.     MixedContentModel(const MixedContentModel&);
  207.     MixedContentModel& operator=(const MixedContentModel&);
  208.     // -----------------------------------------------------------------------
  209.     //  Private data members
  210.     //
  211.     //  fCount
  212.     //      The count of possible children in the fChildren member.
  213.     //
  214.     //  fChildren
  215.     //      The list of possible children that we have to accept. This array
  216.     //      is allocated as large as needed in the constructor.
  217.     //
  218.     //  fChildTypes
  219.     //      The type of the children to support ANY.
  220.     //
  221.     //  fOrdered
  222.     //      True if mixed content model is ordered. DTD mixed content models
  223.     //      are <em>always</em> unordered.
  224.     //
  225.     //  fDTD
  226.     //      Boolean to allow DTDs to validate even with namespace support.
  227.     //
  228.     // -----------------------------------------------------------------------
  229.     unsigned int                fCount;
  230.     QName**                     fChildren;
  231.     ContentSpecNode::NodeTypes* fChildTypes;
  232.     bool                        fOrdered;
  233.     bool                        fDTD;
  234.     MemoryManager*              fMemoryManager;
  235. };
  236. inline ContentLeafNameTypeVector* MixedContentModel::getContentLeafNameTypeVector() const
  237. {
  238. return 0;
  239. }
  240. inline unsigned int
  241. MixedContentModel::getNextState(const unsigned int currentState,
  242.                                 const unsigned int elementIndex) const {
  243.     return XMLContentModel::gInvalidTrans;
  244. }
  245. inline void MixedContentModel::checkUniqueParticleAttribution
  246.     (
  247.         SchemaGrammar*    const pGrammar
  248.       , GrammarResolver*  const pGrammarResolver
  249.       , XMLStringPool*    const pStringPool
  250.       , XMLValidator*     const pValidator
  251.       , unsigned int*     const pContentSpecOrgURI
  252.     )
  253. {
  254.     // rename back
  255.     unsigned int i = 0;
  256.     for (i = 0; i < fCount; i++) {
  257.         unsigned int orgURIIndex = fChildren[i]->getURI();
  258.         if ((orgURIIndex != XMLContentModel::gEOCFakeId) &&
  259.             (orgURIIndex != XMLElementDecl::fgInvalidElemId) &&
  260.             (orgURIIndex != XMLElementDecl::fgPCDataElemId))
  261.             fChildren[i]->setURI(pContentSpecOrgURI[orgURIIndex]);
  262.     }
  263.     // for mixed content model, it's only a sequence
  264.     // UPA checking is not necessary
  265. }
  266. XERCES_CPP_NAMESPACE_END
  267. #endif