⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contentspecnode.hpp

📁 基于属性证书的访问控制源代码,由c++编写,包括openssl,xercesc等
💻 HPP
📖 第 1 页 / 共 2 页
字号:
/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright *    notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright *    notice, this list of conditions and the following disclaimer in *    the documentation and/or other materials provided with the *    distribution. * * 3. The end-user documentation included with the redistribution, *    if any, must include the following acknowledgment: *       "This product includes software developed by the *        Apache Software Foundation (http://www.apache.org/)." *    Alternately, this acknowledgment may appear in the software itself, *    if and wherever such third-party acknowledgments normally appear. * * 4. The names "Xerces" and "Apache Software Foundation" must *    not be used to endorse or promote products derived from this *    software without prior written permission. For written *    permission, please contact apache\@apache.org. * * 5. Products derived from this software may not be called "Apache", *    nor may "Apache" appear in their name, without prior written *    permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation, and was * originally based on software copyright (c) 1999, International * Business Machines, Inc., http://www.ibm.com .  For more information * on the Apache Software Foundation, please see * <http://www.apache.org/>. *//* * $Log: ContentSpecNode.hpp,v $ * Revision 1.11  2004/01/29 11:51:21  cargilld * Code cleanup changes to get rid of various compiler diagnostic messages. * * Revision 1.10  2003/11/20 17:52:14  knoaman * PSVI: store element declaration (leaf nodes) * * Revision 1.9  2003/11/07 17:08:11  knoaman * For PSVI support, distinguish wildcard elements with namespace lists. * * Revision 1.8  2003/09/26 18:29:27  peiyongz * Implement serialization/deserialization * * Revision 1.7  2003/05/18 14:02:06  knoaman * Memory manager implementation: pass per instance manager. * * Revision 1.6  2003/05/15 18:48:27  knoaman * Partial implementation of the configurable memory manager. * * Revision 1.5  2002/11/04 14:54:58  tng * C++ Namespace Support. * * Revision 1.4  2002/10/30 21:52:00  tng * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing. * * Revision 1.3  2002/04/04 14:42:41  knoaman * Change min/maxOccurs from unsigned int to int. * * Revision 1.2  2002/03/21 15:41:48  knoaman * Move behavior from TraverseSchema. * * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz * sane_include * * Revision 1.19  2001/12/06 17:50:42  tng * Performance Enhancement. The ContentSpecNode constructor always copied the QName * that was passed to it.  Added a second constructor that allows the QName to be just assigned, not copied. * That was because there are some cases in which a temporary QName was constructed, passed to ContentSpecNode, and then deleted. * There were examples of that in TraverseSchema and DTDScanner. * By Henry Zongaro. * * Revision 1.18  2001/11/07 21:50:28  tng * Fix comment log that lead to error. * * Revision 1.17  2001/11/07 21:12:15  tng * Performance: Create QName in ContentSpecNode only if it is a leaf/Any/PCDataNode. * * Revision 1.16  2001/08/28 20:21:08  peiyongz * * AIX 4.2, xlC 3 rev.1 compilation error: get*() declared with external linkage * and called or defined before being declared as inline * * Revision 1.15  2001/08/24 12:48:48  tng * Schema: AllContentModel * * Revision 1.14  2001/08/23 11:54:26  tng * Add newline at the end and various typo fixes. * * Revision 1.13  2001/08/22 16:04:07  tng * ContentSpecNode copy constructor should copy Min and Max as well. * * Revision 1.12  2001/08/21 18:47:42  peiyongz * AIX 4.2, xlC 3 rev.1 compilation error: dtor() declared with external linkage *                                 and called or defined before being declared as inline * * Revision 1.11  2001/08/21 16:06:11  tng * Schema: Unique Particle Attribution Constraint Checking. * * Revision 1.10  2001/08/20 13:18:58  tng * bug in ContentSpecNode copy constructor. * * Revision 1.9  2001/07/24 18:33:13  knoaman * Added support for <group> + extra constraint checking for complexType * * Revision 1.8  2001/07/09 15:22:36  knoaman * complete <any> declaration. * * Revision 1.7  2001/05/11 13:27:18  tng * Copyright update. * * Revision 1.6  2001/05/10 16:33:08  knoaman * Traverse Schema Part III + error messages. * * Revision 1.5  2001/05/03 20:34:39  tng * Schema: SchemaValidator update * * Revision 1.4  2001/04/19 18:17:29  tng * Schema: SchemaValidator update, and use QName in Content Model * * Revision 1.3  2001/03/21 21:56:26  tng * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar. * * Revision 1.2  2001/02/27 14:48:49  tng * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang * * Revision 1.1  2001/02/16 14:17:29  tng * Schema: Move the common Content Model files that are shared by DTD * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang. * * Revision 1.4  2000/03/02 19:55:38  roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is * available elsewhere. * * Revision 1.3  2000/02/24 20:16:48  abagchi * Swat for removing Log from API docs * * Revision 1.2  2000/02/09 21:42:37  abagchi * Copyright swat * * Revision 1.1.1.1  1999/11/09 01:03:14  twl * Initial checkin * * Revision 1.2  1999/11/08 20:45:38  rahul * Swat for adding in Product name and CVS comment log variable. * */#if !defined(CONTENTSPECNODE_HPP)#define CONTENTSPECNODE_HPP#include <xercesc/framework/XMLElementDecl.hpp>#include <xercesc/framework/MemoryManager.hpp>#include <xercesc/internal/XSerializable.hpp>XERCES_CPP_NAMESPACE_BEGINclass XMLBuffer;class Grammar;class XMLUTIL_EXPORT ContentSpecNode : public XSerializable, public XMemory{public :    // -----------------------------------------------------------------------    //  Class specific types    // -----------------------------------------------------------------------    enum NodeTypes    {        Leaf = 0        , ZeroOrOne        , ZeroOrMore        , OneOrMore        , Choice        , Sequence        , Any        , Any_Other        , Any_NS = 8        , All = 9        , Any_NS_Choice = 20        , ModelGroupSequence = 21        , Any_Lax = 22        , Any_Other_Lax = 23        , Any_NS_Lax = 24        , ModelGroupChoice = 36        , Any_Skip = 38        , Any_Other_Skip = 39        , Any_NS_Skip = 40        , UnknownType = -1    };    // -----------------------------------------------------------------------    //  Constructors and Destructor    // -----------------------------------------------------------------------    ContentSpecNode(MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);    ContentSpecNode    (        QName* const toAdopt        , MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager    );    ContentSpecNode    (        XMLElementDecl* const elemDecl        , MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager    );    ContentSpecNode    (        QName* const toAdopt        , const bool copyQName        , MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager    );    ContentSpecNode    (        const   NodeTypes               type        ,       ContentSpecNode* const  firstToAdopt        ,       ContentSpecNode* const  secondToAdopt        , const bool                    adoptFirst = true        , const bool                    adoptSecond = true        ,       MemoryManager* const    manager = XMLPlatformUtils::fgMemoryManager    );    ContentSpecNode(const ContentSpecNode&);	~ContentSpecNode();    // -----------------------------------------------------------------------    //  Getter methods    // -----------------------------------------------------------------------    QName* getElement();    const QName* getElement() const;    XMLElementDecl* getElementDecl();    const XMLElementDecl* getElementDecl() const;    ContentSpecNode* getFirst();    const ContentSpecNode* getFirst() const;    ContentSpecNode* getSecond();    const ContentSpecNode* getSecond() const;    NodeTypes getType() const;    ContentSpecNode* orphanFirst();    ContentSpecNode* orphanSecond();    int getMinOccurs() const;    int getMaxOccurs() const;    bool isFirstAdopted() const;    bool isSecondAdopted() const;    // -----------------------------------------------------------------------    //  Setter methods    // -----------------------------------------------------------------------    void setElement(QName* const toAdopt);    void setFirst(ContentSpecNode* const toAdopt);    void setSecond(ContentSpecNode* const toAdopt);    void setType(const NodeTypes type);    void setMinOccurs(int min);    void setMaxOccurs(int max);    void setAdoptFirst(bool adoptFirst);    void setAdoptSecond(bool adoptSecond);    // -----------------------------------------------------------------------    //  Miscellaneous    // -----------------------------------------------------------------------    void formatSpec (XMLBuffer&      bufToFill)   const;    bool hasAllContent();    int  getMinTotalRange() const;    int  getMaxTotalRange() const;    /***     * Support for Serialization/De-serialization     ***/    DECL_XSERIALIZABLE(ContentSpecNode)private :    // -----------------------------------------------------------------------    //  Unimplemented constructors and operators    // -----------------------------------------------------------------------    ContentSpecNode& operator=(const ContentSpecNode&);    // -----------------------------------------------------------------------    //  Private Data Members    //    //  fElement    //      If the type is Leaf/Any*, then this is the qName of the element. If the URI

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -