SchemaElementDecl.cpp
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:15k
- /*
- * The Apache Software License, Version 1.1
- *
- * Copyright (c) 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) 2001, International
- * Business Machines, Inc., http://www.ibm.com . For more information
- * on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- */
- /*
- * $Log: SchemaElementDecl.cpp,v $
- * Revision 1.10 2003/05/18 14:02:08 knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.9 2003/05/16 21:43:21 knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.8 2003/05/15 18:57:27 knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7 2003/01/29 19:47:16 gareth
- * added DOMTypeInfo and some PSVI methods
- *
- * Revision 1.6 2002/11/04 14:49:41 tng
- * C++ Namespace Support.
- *
- * Revision 1.5 2002/07/12 15:17:48 knoaman
- * For a given global element, store info about a substitution group element
- * as a SchemaElementDecl and not as a string.
- *
- * Revision 1.4 2002/05/08 13:53:37 peiyongz
- * Bug#8898: SchemaElementDecl doesn't compile with Intel C++ for IA32,
- * patch from Curt Arnold
- *
- * Revision 1.3 2002/03/21 16:31:43 knoaman
- * Remove data/methods from SchemaElementDecl that are not used.
- *
- * Revision 1.2 2002/02/06 22:30:50 knoaman
- * Added a new attribute to store the wild card information for elements of type 'anyType'.
- *
- * Revision 1.1.1.1 2002/02/01 22:22:46 peiyongz
- * sane_include
- *
- * Revision 1.18 2002/01/02 15:20:22 tng
- * Schema Fix: should not store a temp value as the key in the element pool and the attribute pool.
- *
- * Revision 1.17 2001/11/02 14:13:45 knoaman
- * Add support for identity constraints.
- *
- * Revision 1.16 2001/10/11 12:07:39 tng
- * Schema: model type should be based on complextypeinfo if exists.
- *
- * Revision 1.15 2001/09/14 14:50:22 tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.14 2001/09/11 13:02:40 tng
- * [Bug 3523] SchemaElementDecl.cpp(242) : error C2202 : not all control paths return a value
- *
- * Revision 1.13 2001/08/29 20:52:35 tng
- * Schema: xsi:type support
- *
- * Revision 1.12 2001/08/21 16:06:11 tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.11 2001/07/24 18:33:46 knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.10 2001/07/09 15:22:43 knoaman
- * complete <any> declaration.
- *
- * Revision 1.9 2001/06/13 20:51:18 peiyongz
- * fIsMixed: to handle mixed Content Model
- *
- * Revision 1.8 2001/05/11 13:27:35 tng
- * Copyright update.
- *
- * Revision 1.7 2001/05/03 20:34:42 tng
- * Schema: SchemaValidator update
- *
- * Revision 1.6 2001/05/03 19:17:59 knoaman
- * TraverseSchema Part II.
- *
- * Revision 1.5 2001/04/19 17:43:16 knoaman
- * More schema implementation classes.
- *
- * Revision 1.4 2001/03/21 21:56:33 tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.3 2001/03/21 19:30:15 tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.2 2001/03/07 17:42:12 tng
- * fix typo
- *
- * Revision 1.1 2001/02/27 18:48:22 tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
- */
- // ---------------------------------------------------------------------------
- // Includes
- // ---------------------------------------------------------------------------
- #include <xercesc/util/XMLString.hpp>
- #include <xercesc/util/XMLUniDefs.hpp>
- #include <xercesc/util/XMLUni.hpp>
- #include <xercesc/validators/schema/SchemaAttDefList.hpp>
- #include <xercesc/validators/schema/SchemaElementDecl.hpp>
- #include <xercesc/validators/schema/identity/IdentityConstraint.hpp>
- XERCES_CPP_NAMESPACE_BEGIN
- // ---------------------------------------------------------------------------
- // SchemaElementDecl: Constructors and Destructor
- // ---------------------------------------------------------------------------
- SchemaElementDecl::SchemaElementDecl(MemoryManager* const manager) :
- XMLElementDecl(manager)
- , fModelType(Any)
- , fDatatypeValidator(0)
- , fEnclosingScope(Grammar::TOP_LEVEL_SCOPE)
- , fBlockSet(0)
- , fFinalSet(0)
- , fMiscFlags(0)
- , fDefaultValue(0)
- , fComplexTypeInfo(0)
- , fXsiComplexTypeInfo(0)
- , fXsiSimpleTypeInfo(0)
- , fAttDefs(0)
- , fIdentityConstraints(0)
- , fAttWildCard(0)
- , fSubstitutionGroupElem(0)
- , fValidity(PSVIDefs::UNKNOWN)
- , fValidation(PSVIDefs::NONE)
- , fSeenValidation(false)
- , fSeenNoValidation(false)
- , fHadContent(false)
- {
- }
- SchemaElementDecl::SchemaElementDecl(const XMLCh* const prefix
- , const XMLCh* const localPart
- , const int uriId
- , const SchemaElementDecl::ModelTypes type
- , const int enclosingScope
- , MemoryManager* const manager) :
- XMLElementDecl(manager)
- , fModelType(type)
- , fDatatypeValidator(0)
- , fEnclosingScope(enclosingScope)
- , fBlockSet(0)
- , fFinalSet(0)
- , fMiscFlags(0)
- , fDefaultValue(0)
- , fComplexTypeInfo(0)
- , fXsiComplexTypeInfo(0)
- , fXsiSimpleTypeInfo(0)
- , fAttDefs(0)
- , fIdentityConstraints(0)
- , fAttWildCard(0)
- , fSubstitutionGroupElem(0)
- , fValidity(PSVIDefs::UNKNOWN)
- , fValidation(PSVIDefs::NONE)
- , fSeenValidation(false)
- , fSeenNoValidation(false)
- , fHadContent(false)
- {
- setElementName(prefix, localPart, uriId);
- }
- SchemaElementDecl::SchemaElementDecl(const QName* const elementName
- , const SchemaElementDecl::ModelTypes type
- , const int enclosingScope
- , MemoryManager* const manager) :
- XMLElementDecl(manager)
- , fModelType(type)
- , fDatatypeValidator(0)
- , fEnclosingScope(enclosingScope)
- , fBlockSet(0)
- , fFinalSet(0)
- , fMiscFlags(0)
- , fDefaultValue(0)
- , fComplexTypeInfo(0)
- , fXsiComplexTypeInfo(0)
- , fXsiSimpleTypeInfo(0)
- , fAttDefs(0)
- , fIdentityConstraints(0)
- , fAttWildCard(0)
- , fSubstitutionGroupElem(0)
- , fValidity(PSVIDefs::UNKNOWN)
- , fValidation(PSVIDefs::NONE)
- , fSeenValidation(false)
- , fSeenNoValidation(false)
- , fHadContent(false)
- {
- setElementName(elementName);
- }
- SchemaElementDecl::~SchemaElementDecl()
- {
- getMemoryManager()->deallocate(fDefaultValue);//delete [] fDefaultValue;
- delete fAttDefs;
- delete fIdentityConstraints;
- delete fAttWildCard;
- }
- // ---------------------------------------------------------------------------
- // SchemaElementDecl: XMLElementDecl virtual interface implementation
- // ---------------------------------------------------------------------------
- XMLAttDef* SchemaElementDecl::findAttr(const XMLCh* const qName
- , const unsigned int uriId
- , const XMLCh* const baseName
- , const XMLCh* const prefix
- , const LookupOpts options
- , bool& wasAdded) const
- {
- if (fXsiComplexTypeInfo) {
- return fXsiComplexTypeInfo->findAttr(qName, uriId, baseName, prefix, options, wasAdded);
- }
- else if (fComplexTypeInfo) {
- return fComplexTypeInfo->findAttr(qName, uriId, baseName, prefix, options, wasAdded);
- }
- else {
- if (options == XMLElementDecl::AddIfNotFound) {
- SchemaAttDef* retVal = 0;
- // If no att list exist yet, then create one
- if (!fAttDefs) {
- // Use a hash modulus of 29 and tell it owns its elements
- ((SchemaElementDecl*)this)->fAttDefs =
- new (getMemoryManager()) RefHash2KeysTableOf<SchemaAttDef>(29, true, getMemoryManager());
- }
- retVal = fAttDefs->get(baseName, uriId);
- // Fault it in if not found and ask to add it
- if (!retVal)
- {
- // And add a default attribute for this name
- retVal = new (getMemoryManager()) SchemaAttDef
- (
- prefix
- , baseName
- , uriId
- , XMLAttDef::CData
- , XMLAttDef::Implied
- , getMemoryManager()
- );
- retVal->setElemId(getId());
- fAttDefs->put((void*)retVal->getAttName()->getLocalPart(), uriId, retVal);
- wasAdded = true;
- }
- else
- {
- wasAdded = false;
- }
- return retVal;
- }
- else {
- wasAdded = false;
- return 0;
- }
- }
- }
- XMLAttDefList& SchemaElementDecl::getAttDefList() const
- {
- if (fXsiComplexTypeInfo) {
- return fXsiComplexTypeInfo->getAttDefList();
- }
- else if (!fComplexTypeInfo)
- {
- ThrowXML(RuntimeException, XMLExcepts::DV_InvalidOperation);
- }
- return fComplexTypeInfo->getAttDefList();
- }
- XMLElementDecl::CharDataOpts SchemaElementDecl::getCharDataOpts() const
- {
- SchemaElementDecl::ModelTypes modelType = fModelType;
- if (fXsiComplexTypeInfo) {
- modelType = (SchemaElementDecl::ModelTypes) fXsiComplexTypeInfo->getContentType();
- }
- else if (fComplexTypeInfo) {
- modelType = (SchemaElementDecl::ModelTypes) fComplexTypeInfo->getContentType();
- }
- XMLElementDecl::CharDataOpts retVal;
- switch(modelType)
- {
- case Children :
- retVal = XMLElementDecl::SpacesOk;
- break;
- case Empty :
- retVal = XMLElementDecl::NoCharData;
- break;
- default :
- retVal = XMLElementDecl::AllCharData;
- break;
- }
- return retVal;
- }
- bool SchemaElementDecl::hasAttDefs() const
- {
- if (fXsiComplexTypeInfo) {
- return fXsiComplexTypeInfo->hasAttDefs();
- }
- else if (fComplexTypeInfo) {
- return fComplexTypeInfo->hasAttDefs();
- }
- // If the collection hasn't been faulted in, then no att defs
- return false;
- }
- bool SchemaElementDecl::resetDefs()
- {
- if (fXsiComplexTypeInfo) {
- return fXsiComplexTypeInfo->resetDefs();
- }
- else if (fComplexTypeInfo) {
- return fComplexTypeInfo->resetDefs();
- }
- else if (fAttDefs) {
- //all the attdefs here are faulted-in, so just reset the fAttDefs
- //but still return false to indicate there is no real att defs
- // defined in this element
- fAttDefs->removeAll();
- }
- return false;
- }
- const XMLCh*
- SchemaElementDecl::getFormattedContentModel() const
- {
- if (fXsiComplexTypeInfo) {
- return fXsiComplexTypeInfo->getFormattedContentModel();
- }
- else if (fComplexTypeInfo) {
- return fComplexTypeInfo->getFormattedContentModel();
- }
- return 0;
- }
- // ---------------------------------------------------------------------------
- // SchemaElementDecl: Getter methods
- // ---------------------------------------------------------------------------
- const SchemaAttDef* SchemaElementDecl::getAttDef(const XMLCh* const baseName, const int uriId) const
- {
- if (fXsiComplexTypeInfo) {
- return fXsiComplexTypeInfo->getAttDef(baseName, uriId);
- }
- else if (fComplexTypeInfo) {
- return fComplexTypeInfo->getAttDef(baseName, uriId);
- }
- // If no complex type, then return a null
- return 0;
- }
- SchemaAttDef* SchemaElementDecl::getAttDef(const XMLCh* const baseName, const int uriId)
- {
- if (fXsiComplexTypeInfo) {
- return fXsiComplexTypeInfo->getAttDef(baseName, uriId);
- }
- else if (fComplexTypeInfo) {
- return fComplexTypeInfo->getAttDef(baseName, uriId);
- }
- // If no complex type, then return a null
- return 0;
- }
- XERCES_CPP_NAMESPACE_END