SimpleContentModel.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: SimpleContentModel.hpp,v $
  58.  * Revision 1.6  2003/05/18 14:02:06  knoaman
  59.  * Memory manager implementation: pass per instance 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/10/30 21:52:00  tng
  71.  * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
  72.  *
  73.  * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
  74.  * sane_include
  75.  *
  76.  * Revision 1.12  2001/11/21 14:30:13  knoaman
  77.  * Fix for UPA checking.
  78.  *
  79.  * Revision 1.11  2001/10/03 15:08:45  tng
  80.  * typo fix: remove the extra space which may confuse some compilers while constructing the qname.
  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:20  tng
  89.  * Copyright update.
  90.  *
  91.  * Revision 1.7  2001/05/03 21:02:33  tng
  92.  * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
  93.  *
  94.  * Revision 1.6  2001/04/19 18:17:34  tng
  95.  * Schema: SchemaValidator update, and use QName in Content Model
  96.  *
  97.  * Revision 1.5  2001/03/21 21:56:29  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:30:02  tng
  101.  * Schema: Content Model Updates, by Pei Yong Zhang.
  102.  *
  103.  * Revision 1.3  2001/02/27 14:48:57  tng
  104.  * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
  105.  *
  106.  * Revision 1.2  2001/02/16 14:58:57  tng
  107.  * Schema: Update Makefile, configure files, project files, and include path in
  108.  * certain cpp files because of the move of the common Content Model files.  By Pei Yong Zhang.
  109.  *
  110.  * Revision 1.1  2001/02/16 14:17:29  tng
  111.  * Schema: Move the common Content Model files that are shared by DTD
  112.  * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
  113.  *
  114.  * Revision 1.3  2000/02/24 20:16:49  abagchi
  115.  * Swat for removing Log from API docs
  116.  *
  117.  * Revision 1.2  2000/02/09 21:42:39  abagchi
  118.  * Copyright swat
  119.  *
  120.  * Revision 1.1.1.1  1999/11/09 01:03:48  twl
  121.  * Initial checkin
  122.  *
  123.  * Revision 1.2  1999/11/08 20:45:44  rahul
  124.  * Swat for adding in Product name and CVS comment log variable.
  125.  *
  126.  */
  127. #if !defined(SIMPLECONTENTMODEL_HPP)
  128. #define SIMPLECONTENTMODEL_HPP
  129. #include <xercesc/framework/XMLContentModel.hpp>
  130. #include <xercesc/validators/common/ContentSpecNode.hpp>
  131. XERCES_CPP_NAMESPACE_BEGIN
  132. //
  133. //  SimpleContentModel is a derivative of the abstract content model base
  134. //  class that handles a small set of simple content models that are just
  135. //  way overkill to give the DFA treatment.
  136. //
  137. //  DESCRIPTION:
  138. //
  139. //  This guy handles the following scenarios:
  140. //
  141. //      a
  142. //      a?
  143. //      a*
  144. //      a+
  145. //      a,b
  146. //      a|b
  147. //
  148. //  These all involve a unary operation with one element type, or a binary
  149. //  operation with two elements. These are very simple and can be checked
  150. //  in a simple way without a DFA and without the overhead of setting up a
  151. //  DFA for such a simple check.
  152. //
  153. //  NOTE:   Pass the XMLElementDecl::fgPCDataElemId value to represent a
  154. //          PCData node. Pass XMLElementDecl::fgInvalidElemId for unused element
  155. //
  156. class SimpleContentModel : public XMLContentModel
  157. {
  158. public :
  159.     // -----------------------------------------------------------------------
  160.     //  Constructors and Destructor
  161.     // -----------------------------------------------------------------------
  162.     SimpleContentModel
  163.     (
  164.         const bool                        dtd
  165.       , QName* const                      firstChild
  166.       , QName* const                      secondChild
  167.       , const ContentSpecNode::NodeTypes  cmOp
  168.       , MemoryManager* const              manager
  169.     );
  170.     ~SimpleContentModel();
  171.     // -----------------------------------------------------------------------
  172.     //  Implementation of the ContentModel virtual interface
  173.     // -----------------------------------------------------------------------
  174. virtual int validateContent
  175.     (
  176.         QName** const         children
  177.       , const unsigned int    childCount
  178.       , const unsigned int    emptyNamespaceId
  179.     ) const;
  180. virtual int validateContentSpecial
  181.     (
  182.         QName** const           children
  183.       , const unsigned int      childCount
  184.       , const unsigned int      emptyNamespaceId
  185.       , GrammarResolver*  const pGrammarResolver
  186.       , XMLStringPool*    const pStringPool
  187.     ) const;
  188.     virtual ContentLeafNameTypeVector *getContentLeafNameTypeVector() const;
  189.     virtual unsigned int getNextState(const unsigned int currentState,
  190.                                       const unsigned int elementIndex) const;
  191.     virtual void checkUniqueParticleAttribution
  192.     (
  193.         SchemaGrammar*    const pGrammar
  194.       , GrammarResolver*  const pGrammarResolver
  195.       , XMLStringPool*    const pStringPool
  196.       , XMLValidator*     const pValidator
  197.       , unsigned int*     const pContentSpecOrgURI
  198.     ) ;
  199.  private :
  200.     // -----------------------------------------------------------------------
  201.     //  Unimplemented constructors and operators
  202.     // -----------------------------------------------------------------------
  203.     SimpleContentModel();
  204.     SimpleContentModel(const SimpleContentModel&);
  205.     SimpleContentModel& operator=(const SimpleContentModel&);
  206.     // -----------------------------------------------------------------------
  207.     //  Private data members
  208.     //
  209.     //  fFirstChild
  210.     //  fSecondChild
  211.     //      The first (and optional second) child node. The
  212.     //      operation code tells us whether the second child is used or not.
  213.     //
  214.     //  fOp
  215.     //      The operation that this object represents. Since this class only
  216.     //      does simple contents, there is only ever a single operation
  217.     //      involved (i.e. the children of the operation are always one or
  218.     //      two leafs.)
  219.     //
  220.     //  fDTD
  221.     //      Boolean to allow DTDs to validate even with namespace support. */
  222.     //
  223.     // -----------------------------------------------------------------------
  224.     QName*                     fFirstChild;
  225.     QName*                     fSecondChild;
  226.     ContentSpecNode::NodeTypes fOp;
  227.     bool                       fDTD;
  228. };
  229. // ---------------------------------------------------------------------------
  230. //  SimpleContentModel: Constructors and Destructor
  231. // ---------------------------------------------------------------------------
  232. inline SimpleContentModel::SimpleContentModel
  233. (
  234.       const bool                       dtd
  235.     , QName* const                     firstChild
  236.     , QName* const                     secondChild
  237.     , const ContentSpecNode::NodeTypes cmOp
  238.      , MemoryManager* const            manager
  239. )
  240.     : fFirstChild(0)
  241.     , fSecondChild(0)
  242.     , fOp(cmOp)
  243. , fDTD(dtd)
  244. {
  245.     if (firstChild)
  246.         fFirstChild = new (manager) QName(*firstChild);
  247.     else
  248.         fFirstChild = new (manager) QName(XMLUni::fgZeroLenString, XMLUni::fgZeroLenString, XMLElementDecl::fgInvalidElemId, manager);
  249.     if (secondChild)
  250.         fSecondChild = new (manager) QName(*secondChild);
  251.     else
  252.         fSecondChild = new (manager) QName(XMLUni::fgZeroLenString, XMLUni::fgZeroLenString, XMLElementDecl::fgInvalidElemId, manager);
  253. }
  254. inline SimpleContentModel::~SimpleContentModel()
  255. {
  256.     delete fFirstChild;
  257.     delete fSecondChild;
  258. }
  259. // ---------------------------------------------------------------------------
  260. //  SimpleContentModel: Virtual methods
  261. // ---------------------------------------------------------------------------
  262. inline unsigned int
  263. SimpleContentModel::getNextState(const unsigned int currentState,
  264.                                  const unsigned int elementIndex) const {
  265.     return XMLContentModel::gInvalidTrans;
  266. }
  267. XERCES_CPP_NAMESPACE_END
  268. #endif