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

词法分析

开发平台:

Visual C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 1999-2003 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: XMLContentModel.hpp,v $
  58.  * Revision 1.4  2003/05/15 18:26:07  knoaman
  59.  * Partial implementation of the configurable memory manager.
  60.  *
  61.  * Revision 1.3  2003/03/07 18:08:10  tng
  62.  * Return a reference instead of void for operator=
  63.  *
  64.  * Revision 1.2  2002/11/04 15:00:21  tng
  65.  * C++ Namespace Support.
  66.  *
  67.  * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
  68.  * sane_include
  69.  *
  70.  * Revision 1.14  2001/11/21 14:30:13  knoaman
  71.  * Fix for UPA checking.
  72.  *
  73.  * Revision 1.13  2001/08/21 16:06:10  tng
  74.  * Schema: Unique Particle Attribution Constraint Checking.
  75.  *
  76.  * Revision 1.12  2001/08/13 15:06:38  knoaman
  77.  * update <any> validation.
  78.  *
  79.  * Revision 1.11  2001/05/28 20:53:35  tng
  80.  * Schema: move static data gInvalidTrans, gEOCFakeId, gEpsilonFakeId to XMLContentModel for others to access
  81.  *
  82.  * Revision 1.10  2001/05/11 13:25:31  tng
  83.  * Copyright update.
  84.  *
  85.  * Revision 1.9  2001/05/03 21:02:23  tng
  86.  * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
  87.  *
  88.  * Revision 1.8  2001/04/19 18:16:50  tng
  89.  * Schema: SchemaValidator update, and use QName in Content Model
  90.  *
  91.  * Revision 1.7  2001/03/21 21:56:01  tng
  92.  * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
  93.  *
  94.  * Revision 1.6  2001/02/27 14:48:30  tng
  95.  * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
  96.  *
  97.  * Revision 1.5  2000/03/02 19:54:24  roddey
  98.  * This checkin includes many changes done while waiting for the
  99.  * 1.1.0 code to be finished. I can't list them all here, but a list is
  100.  * available elsewhere.
  101.  *
  102.  * Revision 1.4  2000/02/24 20:00:23  abagchi
  103.  * Swat for removing Log from API docs
  104.  *
  105.  * Revision 1.3  2000/02/15 01:21:30  roddey
  106.  * Some initial documentation improvements. More to come...
  107.  *
  108.  * Revision 1.2  2000/02/06 07:47:48  rahulj
  109.  * Year 2K copyright swat.
  110.  *
  111.  * Revision 1.1.1.1  1999/11/09 01:08:30  twl
  112.  * Initial checkin
  113.  *
  114.  * Revision 1.2  1999/11/08 20:44:37  rahul
  115.  * Swat for adding in Product name and CVS comment log variable.
  116.  *
  117.  */
  118. #if !defined(CONTENTMODEL_HPP)
  119. #define CONTENTMODEL_HPP
  120. #include <xercesc/util/XMemory.hpp>
  121. #include <xercesc/util/QName.hpp>
  122. XERCES_CPP_NAMESPACE_BEGIN
  123. class ContentLeafNameTypeVector;
  124. class GrammarResolver;
  125. class XMLStringPool;
  126. class XMLValidator;
  127. class SchemaGrammar;
  128. /**
  129.  *  This class defines the abstract interface for all content models. All
  130.  *  elements have a content model against which (if validating) its content
  131.  *  is checked. Each type of validator (DTD, Schema, etc...) can have
  132.  *  different types of content models, and even with each type of validator
  133.  *  there can be specialized content models. So this simple class provides
  134.  *  the abstract API via which all the types of contents models are dealt
  135.  *  with generically. Its pretty simple.
  136.  */
  137. class XMLPARSER_EXPORT XMLContentModel : public XMemory
  138. {
  139. public:
  140.     // ---------------------------------------------------------------------------
  141.     //  Public static data
  142.     //
  143.     //  gInvalidTrans
  144.     //      This value represents an invalid transition in each line of the
  145.     //      transition table.
  146.     //
  147.     //  gEOCFakeId
  148.     //  gEpsilonFakeId
  149.     //      We have to put in a couple of special CMLeaf nodes to represent
  150.     //      special values, using fake element ids that we know won't conflict
  151.     //      with real element ids.
  152.     //
  153.     //
  154.     // ---------------------------------------------------------------------------
  155.     static const unsigned int   gInvalidTrans;
  156.     static const unsigned int   gEOCFakeId;
  157.     static const unsigned int   gEpsilonFakeId;
  158.     // -----------------------------------------------------------------------
  159.     //  Constructors are hidden, only the virtual Destructor is exposed
  160.     // -----------------------------------------------------------------------
  161.     /** @name Destructor */
  162.     //@{
  163.     virtual ~XMLContentModel()
  164.     {
  165.     }
  166.     //@}
  167.     // -----------------------------------------------------------------------
  168.     //  The virtual content model interface provided by derived classes
  169.     // -----------------------------------------------------------------------
  170. virtual int validateContent
  171.     (
  172.         QName** const         children
  173.       , const unsigned int    childCount
  174.       , const unsigned int    emptyNamespaceId
  175.     ) const = 0;
  176. virtual int validateContentSpecial
  177.     (
  178.         QName** const           children
  179.       , const unsigned int      childCount
  180.       , const unsigned int      emptyNamespaceId
  181.       , GrammarResolver*  const pGrammarResolver
  182.       , XMLStringPool*    const pStringPool
  183.     ) const =0;
  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.     ) =0;
  192.     virtual ContentLeafNameTypeVector* getContentLeafNameTypeVector()
  193.   const = 0;
  194.     virtual unsigned int getNextState(const unsigned int currentState,
  195.                                       const unsigned int elementIndex) const = 0;
  196. protected :
  197.     // -----------------------------------------------------------------------
  198.     //  Hidden Constructors
  199.     // -----------------------------------------------------------------------
  200.     XMLContentModel()
  201.     {
  202.     }
  203. private :
  204.     // -----------------------------------------------------------------------
  205.     //  Unimplemented constructors and operators
  206.     // -----------------------------------------------------------------------
  207.     XMLContentModel(const XMLContentModel&);
  208.     XMLContentModel& operator=(const XMLContentModel&);
  209. };
  210. XERCES_CPP_NAMESPACE_END
  211. #endif