[GME-commit] GMESRC/GME/Include/xercesc/validators/common AllContentModel.hpp, 1.1.1.1, 1.2 CMAny.hpp, 1.1.1.1, 1.2 CMBinaryOp.hpp, 1.1.1.1, 1.2 CMLeaf.hpp, 1.1.1.1, 1.2 CMNode.hpp, 1.1.1.1, 1.2 CMStateSet.hpp, 1.1.1.1, 1.2 CMUnaryOp.hpp, 1.1.1.1, 1.2 ContentLeafNameTypeVector.hpp, 1.1.1.1, 1.2 ContentSpecNode.hpp, 1.1.1.1, 1.2 DFAContentModel.hpp, 1.1.1.1, 1.2 Grammar.hpp, 1.1.1.1, 1.2 GrammarResolver.hpp, 1.1.1.1, 1.2 MixedContentModel.hpp, 1.1.1.1, 1.2 SimpleContentModel.hpp, 1.1.1.1, 1.2
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Tue Feb 19 14:16:33 CST 2008
- Previous message: [GME-commit] GMESRC/GME/Include/xercesc/validators/DTD DTDAttDef.hpp, 1.1.1.1, 1.2 DTDAttDefList.hpp, 1.1.1.1, 1.2 DTDElementDecl.hpp, 1.1.1.1, 1.2 DTDEntityDecl.hpp, 1.1.1.1, 1.2 DTDGrammar.hpp, 1.1.1.1, 1.2 DTDScanner.hpp, 1.1.1.1, 1.2 DTDValidator.hpp, 1.1.1.1, 1.2 DocTypeHandler.hpp, 1.1.1.1, 1.2 XMLDTDDescriptionImpl.hpp, 1.1.1.1, 1.2
- Next message: [GME-commit] GMESRC/GME/Include/xercesc/util/Transcoders/IconvGNU IconvGNUTransService.hpp, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common
In directory escher:/tmp/cvs-serv26529/validators/common
Modified Files:
AllContentModel.hpp CMAny.hpp CMBinaryOp.hpp CMLeaf.hpp
CMNode.hpp CMStateSet.hpp CMUnaryOp.hpp
ContentLeafNameTypeVector.hpp ContentSpecNode.hpp
DFAContentModel.hpp Grammar.hpp GrammarResolver.hpp
MixedContentModel.hpp SimpleContentModel.hpp
Log Message:
Xerces2.7 includes checkin.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: CMNode.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/CMNode.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** CMNode.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- CMNode.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,110 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.5 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.4 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.3 2003/03/07 18:16:57 tng
! * Return a reference instead of void for operator=
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:38 peiyongz
! * sane_include
! *
! * Revision 1.3 2001/05/11 13:27:17 tng
! * Copyright update.
! *
! * Revision 1.2 2001/02/16 14:58:57 tng
! * Schema: Update Makefile, configure files, project files, and include path in
! * certain cpp files because of the move of the common Content Model files. 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.5 2000/03/28 19:43:25 roddey
! * Fixes for signed/unsigned warnings. New work for two way transcoding
! * stuff.
! *
! * Revision 1.4 2000/03/02 19:55:37 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:36 abagchi
! * Copyright swat
! *
! * Revision 1.1.1.1 1999/11/09 01:03:05 twl
! * Initial checkin
! *
! * Revision 1.2 1999/11/08 20:45:36 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
Index: AllContentModel.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/AllContentModel.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AllContentModel.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- AllContentModel.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,84 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.5 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.4 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.3 2003/03/07 18:16:57 tng
! * Return a reference instead of void for operator=
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:37 peiyongz
! * sane_include
! *
! * Revision 1.2 2001/11/21 14:30:13 knoaman
! * Fix for UPA checking.
! *
! * Revision 1.1 2001/08/24 12:48:48 tng
! * Schema: AllContentModel
! *
*/
--- 1,20 ----
/*
! * Copyright 2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 150,153 ****
--- 86,90 ----
, XMLValidator* const pValidator
, unsigned int* const pContentSpecOrgURI
+ , const XMLCh* pComplexTypeName = 0
) ;
***************
*** 197,201 ****
unsigned int fNumRequired;
bool fIsMixed;
!
};
--- 134,138 ----
unsigned int fNumRequired;
bool fIsMixed;
! bool fHasOptionalContent;
};
***************
*** 206,211 ****
inline unsigned int
! AllContentModel::getNextState(const unsigned int currentState,
! const unsigned int elementIndex) const {
return XMLContentModel::gInvalidTrans;
--- 143,148 ----
inline unsigned int
! AllContentModel::getNextState(const unsigned int,
! const unsigned int) const {
return XMLContentModel::gInvalidTrans;
Index: SimpleContentModel.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/SimpleContentModel.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** SimpleContentModel.hpp 14 Apr 2004 10:08:24 -0000 1.1.1.1
--- SimpleContentModel.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,134 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:24 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.7 2003/06/03 18:12:29 knoaman
! * Add default value for memory manager argument.
! *
! * Revision 1.6 2003/05/18 14:02:06 knoaman
! * Memory manager implementation: pass per instance manager.
! *
! * Revision 1.5 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.4 2003/03/07 18:16:57 tng
! * Return a reference instead of void for operator=
! *
! * Revision 1.3 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.2 2002/10/30 21:52:00 tng
! * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:39 peiyongz
! * sane_include
! *
! * Revision 1.12 2001/11/21 14:30:13 knoaman
! * Fix for UPA checking.
! *
! * Revision 1.11 2001/10/03 15:08:45 tng
! * typo fix: remove the extra space which may confuse some compilers while constructing the qname.
! *
! * Revision 1.10 2001/08/21 16:06:11 tng
! * Schema: Unique Particle Attribution Constraint Checking.
! *
! * Revision 1.9 2001/08/13 15:06:39 knoaman
! * update <any> validation.
! *
! * Revision 1.8 2001/05/11 13:27:20 tng
! * Copyright update.
! *
! * Revision 1.7 2001/05/03 21:02:33 tng
! * Schema: Add SubstitutionGroupComparator and update exception messages. By Pei Yong Zhang.
! *
! * Revision 1.6 2001/04/19 18:17:34 tng
! * Schema: SchemaValidator update, and use QName in Content Model
! *
! * Revision 1.5 2001/03/21 21:56:29 tng
! * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
! *
! * Revision 1.4 2001/03/21 19:30:02 tng
! * Schema: Content Model Updates, by Pei Yong Zhang.
! *
! * Revision 1.3 2001/02/27 14:48:57 tng
! * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
! *
! * Revision 1.2 2001/02/16 14:58:57 tng
! * Schema: Update Makefile, configure files, project files, and include path in
! * certain cpp files because of the move of the common Content Model files. 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.3 2000/02/24 20:16:49 abagchi
! * Swat for removing Log from API docs
! *
! * Revision 1.2 2000/02/09 21:42:39 abagchi
! * Copyright swat
! *
! * Revision 1.1.1.1 1999/11/09 01:03:48 twl
! * Initial checkin
! *
! * Revision 1.2 1999/11/08 20:45:44 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 215,218 ****
--- 101,105 ----
, XMLValidator* const pValidator
, unsigned int* const pContentSpecOrgURI
+ , const XMLCh* pComplexTypeName = 0
) ;
***************
*** 248,251 ****
--- 135,139 ----
ContentSpecNode::NodeTypes fOp;
bool fDTD;
+ MemoryManager* const fMemoryManager;
};
***************
*** 266,269 ****
--- 154,158 ----
, fOp(cmOp)
, fDTD(dtd)
+ , fMemoryManager(manager)
{
if (firstChild)
***************
*** 289,294 ****
// ---------------------------------------------------------------------------
inline unsigned int
! SimpleContentModel::getNextState(const unsigned int currentState,
! const unsigned int elementIndex) const {
return XMLContentModel::gInvalidTrans;
--- 178,183 ----
// ---------------------------------------------------------------------------
inline unsigned int
! SimpleContentModel::getNextState(const unsigned int,
! const unsigned int) const {
return XMLContentModel::gInvalidTrans;
Index: CMStateSet.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/CMStateSet.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** CMStateSet.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- CMStateSet.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,111 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.5 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.4 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.3 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.2 2002/07/16 12:50:08 tng
! * [Bug 10651] CMStateSet.hpp includes both memory.h and string.h.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:38 peiyongz
! * sane_include
! *
! * Revision 1.5 2001/08/16 21:51:43 peiyongz
! * hashCode() added
! *
! * Revision 1.4 2001/05/11 13:27:17 tng
! * Copyright update.
! *
! * Revision 1.3 2001/05/03 21:02:28 tng
! * Schema: Add SubstitutionGroupComparator and update exception messages. By Pei Yong Zhang.
! *
! * Revision 1.2 2001/02/27 14:48:46 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:37 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:36 abagchi
! * Copyright swat
! *
! * Revision 1.1.1.1 1999/11/09 01:03:06 twl
! * Initial checkin
! *
! * Revision 1.3 1999/11/08 20:45:36 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 168,172 ****
CMStateSet(const CMStateSet& toCopy) :
! fBitCount(toCopy.fBitCount)
, fByteArray(0)
, fMemoryManager(toCopy.fMemoryManager)
--- 77,82 ----
CMStateSet(const CMStateSet& toCopy) :
! XMemory(toCopy)
! , fBitCount(toCopy.fBitCount)
, fByteArray(0)
, fMemoryManager(toCopy.fMemoryManager)
***************
*** 261,265 ****
// They have to be the same size
if (fBitCount != srcSet.fBitCount)
! ThrowXML(RuntimeException, XMLExcepts::Bitset_NotEqualSize);
if (fBitCount < 65)
--- 171,175 ----
// They have to be the same size
if (fBitCount != srcSet.fBitCount)
! ThrowXMLwithMemMgr(RuntimeException, XMLExcepts::Bitset_NotEqualSize, fMemoryManager);
if (fBitCount < 65)
***************
*** 280,284 ****
{
if (bitToGet >= fBitCount)
! ThrowXML(ArrayIndexOutOfBoundsException, XMLExcepts::Bitset_BadIndex);
if (fBitCount < 65)
--- 190,194 ----
{
if (bitToGet >= fBitCount)
! ThrowXMLwithMemMgr(ArrayIndexOutOfBoundsException, XMLExcepts::Bitset_BadIndex, fMemoryManager);
if (fBitCount < 65)
***************
*** 315,319 ****
{
if (bitToSet >= fBitCount)
! ThrowXML(ArrayIndexOutOfBoundsException, XMLExcepts::Bitset_BadIndex);
if (fBitCount < 65)
--- 225,229 ----
{
if (bitToSet >= fBitCount)
! ThrowXMLwithMemMgr(ArrayIndexOutOfBoundsException, XMLExcepts::Bitset_BadIndex, fMemoryManager);
if (fBitCount < 65)
Index: ContentSpecNode.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/ContentSpecNode.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ContentSpecNode.hpp 14 Apr 2004 10:08:24 -0000 1.1.1.1
--- ContentSpecNode.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,174 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:24 volgy
! * Importing Xerces library 2.4
! *
! * 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.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 302,306 ****
// Unimplemented constructors and operators
// -----------------------------------------------------------------------
!
--- 148,152 ----
// Unimplemented constructors and operators
// -----------------------------------------------------------------------
! ContentSpecNode& operator=(const ContentSpecNode&);
Index: DFAContentModel.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/DFAContentModel.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** DFAContentModel.hpp 14 Apr 2004 10:08:24 -0000 1.1.1.1
--- DFAContentModel.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,135 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:24 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.5 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.4 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.3 2003/03/07 18:16:57 tng
! * Return a reference instead of void for operator=
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:38 peiyongz
! * sane_include
! *
! * Revision 1.13 2001/11/21 14:30:13 knoaman
! * Fix for UPA checking.
! *
! * Revision 1.12 2001/08/24 12:48:48 tng
! * Schema: AllContentModel
! *
! * Revision 1.11 2001/08/21 16:06:11 tng
! * Schema: Unique Particle Attribution Constraint Checking.
! *
! * Revision 1.10 2001/08/13 15:06:39 knoaman
! * update <any> validation.
! *
! * Revision 1.9 2001/06/13 20:50:55 peiyongz
! * fIsMixed: to handle mixed Content Model
! *
! * Revision 1.8 2001/05/11 13:27:18 tng
! * Copyright update.
! *
! * Revision 1.7 2001/05/03 21:02:30 tng
! * Schema: Add SubstitutionGroupComparator and update exception messages. By Pei Yong Zhang.
! *
! * Revision 1.6 2001/04/19 18:17:30 tng
! * Schema: SchemaValidator update, and use QName in Content Model
! *
! * Revision 1.5 2001/03/21 21:56:27 tng
! * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
! *
! * Revision 1.4 2001/03/21 19:29:55 tng
! * Schema: Content Model Updates, by Pei Yong Zhang.
! *
! * Revision 1.3 2001/02/27 18:32:32 tng
! * Schema: Use XMLElementDecl instead of DTDElementDecl in Content Model.
! *
! * Revision 1.2 2001/02/27 14:48:52 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:19 twl
! * Initial checkin
! *
! * Revision 1.2 1999/11/08 20:45:38 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 210,213 ****
--- 95,99 ----
, XMLValidator* const pValidator
, unsigned int* const pContentSpecOrgURI
+ , const XMLCh* pComplexTypeName = 0
) ;
***************
*** 346,350 ****
if (currentState >= fTransTableSize || elementIndex >= fElemMapSize) {
! ThrowXML(ArrayIndexOutOfBoundsException, XMLExcepts::Array_BadIndex);
}
--- 232,236 ----
if (currentState >= fTransTableSize || elementIndex >= fElemMapSize) {
! ThrowXMLwithMemMgr(ArrayIndexOutOfBoundsException, XMLExcepts::Array_BadIndex, fMemoryManager);
}
Index: CMLeaf.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/CMLeaf.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** CMLeaf.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- CMLeaf.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,128 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.6 2003/05/30 16:11:45 gareth
! * Fixes so we compile under VC7.1. Patch by Alberto Massari.
! *
! * Revision 1.5 2003/05/18 14:02:06 knoaman
! * Memory manager implementation: pass per instance manager.
! *
! * Revision 1.4 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.3 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:37 peiyongz
! * sane_include
! *
! * Revision 1.6 2001/12/06 17:52:17 tng
! * Performance Enhancement. The QName that was passed to the CMLeaf
! * constructor was always being copied, even though the CMLeaf objects
! * only existed during construction of a DFA. In most cases the original
! * QName that was passed into the CMLeaf constructor continued to exist long
! * after the CMLeaf was destroyed; in some cases the QName was constructed
! * specifically to be passed to the CMLeaf constructor. Added a second CMLeaf constructor that indicated the QName passed in was to be adopted; otherwise the CMLeaf constructor just sets a reference to the QName passed in.
! * By Henry Zongaro.
! *
! * Revision 1.5 2001/10/03 15:08:45 tng
! * typo fix: remove the extra space which may confuse some compilers while constructing the qname.
! *
! * Revision 1.4 2001/05/11 13:27:16 tng
! * Copyright update.
! *
! * Revision 1.3 2001/04/19 18:17:27 tng
! * Schema: SchemaValidator update, and use QName in Content Model
! *
! * Revision 1.2 2001/02/16 14:58:57 tng
! * Schema: Update Makefile, configure files, project files, and include path in
! * certain cpp files because of the move of the common Content Model files. 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.5 2000/03/28 19:43:25 roddey
! * Fixes for signed/unsigned warnings. New work for two way transcoding
! * stuff.
! *
! * Revision 1.4 2000/03/02 19:55:37 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:47 abagchi
! * Swat for removing Log from API docs
! *
! * Revision 1.2 2000/02/09 21:42:36 abagchi
! * Copyright swat
! *
! * Revision 1.1.1.1 1999/11/09 01:03:04 twl
! * Initial checkin
! *
! * Revision 1.2 1999/11/08 20:45:36 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 208,211 ****
--- 100,109 ----
unsigned int fPosition;
bool fAdopt;
+
+ // -----------------------------------------------------------------------
+ // Unimplemented constructors and operators
+ // -----------------------------------------------------------------------
+ CMLeaf(const CMLeaf&);
+ CMLeaf& operator=(const CMLeaf&);
};
Index: Grammar.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/Grammar.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Grammar.hpp 14 Apr 2004 10:08:24 -0000 1.1.1.1
--- Grammar.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,108 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:24 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.9 2003/10/29 16:19:47 peiyongz
! * storeGrammar()/loadGrammar added
! *
! * Revision 1.8 2003/10/14 15:19:24 peiyongz
! * Implementation of Serialization/Deserialization
! *
! * Revision 1.7 2003/09/22 19:47:14 neilg
! * change Grammar::putElemDecl(XMLElementDecl, bool) so that it does not require the Grammar object to be const. Also, mark findOrAddGrammar as being dangerous in multithreaded situations
! *
! * Revision 1.6 2003/07/31 17:07:33 peiyongz
! * Grammar embed grammar description
! *
! * Revision 1.5 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.4 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.3 2002/07/11 18:17:43 knoaman
! * Grammar caching/preparsing - initial implementation.
! *
! * Revision 1.2 2002/07/05 17:08:10 tng
! * [Bug 10119] Grammar::getGrammarType need a const modifier
! *
! * Revision 1.1.1.1 2002/02/01 22:22:38 peiyongz
! * sane_include
! *
! * Revision 1.6 2001/09/14 14:50:22 tng
! * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
! *
! * Revision 1.5 2001/05/28 20:56:18 tng
! * Schema: Move getTargetNamespace as virtual function in base class Grammar
! *
! * Revision 1.4 2001/05/11 13:27:18 tng
! * Copyright update.
! *
! * Revision 1.3 2001/05/03 20:34:40 tng
! * Schema: SchemaValidator update
! *
! * Revision 1.2 2001/04/19 18:17:31 tng
! * Schema: SchemaValidator update, and use QName in Content Model
! *
! * Revision 1.1 2001/03/21 21:56:27 tng
! * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
! *
*/
--- 1,20 ----
/*
! * Copyright 2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 112,115 ****
--- 24,29 ----
#define GRAMMAR_HPP
+ #include <limits.h>
+
#include <xercesc/framework/XMLElementDecl.hpp>
#include <xercesc/framework/XMLEntityDecl.hpp>
***************
*** 151,156 ****
enum {
! UNKNOWN_SCOPE = -2
! , TOP_LEVEL_SCOPE = -1
};
--- 65,72 ----
enum {
! // These are well-known values that must simply be larger
! // than any reasonable scope
! UNKNOWN_SCOPE = UINT_MAX - 0
! , TOP_LEVEL_SCOPE = UINT_MAX - 1
};
***************
*** 277,280 ****
--- 193,202 ----
Grammar(){};
+ private:
+ // -----------------------------------------------------------------------
+ // Unimplemented constructors and operators
+ // -----------------------------------------------------------------------
+ Grammar(const Grammar&);
+ Grammar& operator=(const Grammar&);
};
Index: GrammarResolver.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/GrammarResolver.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** GrammarResolver.hpp 14 Apr 2004 10:08:24 -0000 1.1.1.1
--- GrammarResolver.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,57 ****
/*
! * 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 at 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.apache.org. For more
! * information on the Apache Software Foundation, please see
! * <http://www.apache.org/>.
*/
--- 1,16 ----
/*
! * Copyright 2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
***************
*** 166,172 ****
bool containsNameSpace( const XMLCh* const nameSpaceKey );
! inline XMLGrammarPool* const getGrammarPool() const;
! inline MemoryManager* const getGrammarPoolMemoryManager() const;
//@}
--- 125,131 ----
bool containsNameSpace( const XMLCh* const nameSpaceKey );
! inline XMLGrammarPool* getGrammarPool() const;
! inline MemoryManager* getGrammarPoolMemoryManager() const;
//@}
***************
*** 231,234 ****
--- 190,198 ----
private:
+ // -----------------------------------------------------------------------
+ // Unimplemented constructors and operators
+ // -----------------------------------------------------------------------
+ GrammarResolver(const GrammarResolver&);
+ GrammarResolver& operator=(const GrammarResolver&);
// -----------------------------------------------------------------------
***************
*** 275,284 ****
}
! inline XMLGrammarPool* const GrammarResolver::getGrammarPool() const
{
return fGrammarPool;
}
! inline MemoryManager* const GrammarResolver::getGrammarPoolMemoryManager() const
{
return fGrammarPool->getMemoryManager();
--- 239,248 ----
}
! inline XMLGrammarPool* GrammarResolver::getGrammarPool() const
{
return fGrammarPool;
}
! inline MemoryManager* GrammarResolver::getGrammarPoolMemoryManager() const
{
return fGrammarPool->getMemoryManager();
Index: CMUnaryOp.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/CMUnaryOp.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** CMUnaryOp.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- CMUnaryOp.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,103 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.4 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.3 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:38 peiyongz
! * sane_include
! *
! * Revision 1.3 2001/05/11 13:27:17 tng
! * Copyright update.
! *
! * Revision 1.2 2001/02/16 14:58:57 tng
! * Schema: Update Makefile, configure files, project files, and include path in
! * certain cpp files because of the move of the common Content Model files. 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:37 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:11 twl
! * Initial checkin
! *
! * Revision 1.2 1999/11/08 20:45:37 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 158,161 ****
--- 75,84 ----
// -----------------------------------------------------------------------
CMNode* fChild;
+
+ // -----------------------------------------------------------------------
+ // Unimplemented constructors and operators
+ // -----------------------------------------------------------------------
+ CMUnaryOp(const CMUnaryOp&);
+ CMUnaryOp& operator=(const CMUnaryOp&);
};
Index: ContentLeafNameTypeVector.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/ContentLeafNameTypeVector.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ContentLeafNameTypeVector.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- ContentLeafNameTypeVector.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,90 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.5 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.4 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.3 2003/03/07 18:16:57 tng
! * Return a reference instead of void for operator=
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:38 peiyongz
! * sane_include
! *
! * Revision 1.4 2001/08/07 15:21:20 knoaman
! * The value of 'fLeafCount' was not set.
! *
! * Revision 1.3 2001/05/11 13:27:17 tng
! * Copyright update.
! *
! * Revision 1.2 2001/04/19 18:17:28 tng
! * Schema: SchemaValidator update, and use QName in Content Model
! *
! * Revision 1.1 2001/02/27 14:48:49 tng
! * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
! *
*/
--- 1,20 ----
/*
! * Copyright 2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 98,102 ****
XERCES_CPP_NAMESPACE_BEGIN
! class ContentLeafNameTypeVector : public XMemory
{
public :
--- 28,32 ----
XERCES_CPP_NAMESPACE_BEGIN
! class XMLPARSER_EXPORT ContentLeafNameTypeVector : public XMemory
{
public :
Index: CMBinaryOp.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/CMBinaryOp.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** CMBinaryOp.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- CMBinaryOp.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,103 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.4 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.3 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:37 peiyongz
! * sane_include
! *
! * Revision 1.3 2001/05/11 13:27:16 tng
! * Copyright update.
! *
! * Revision 1.2 2001/02/16 14:58:57 tng
! * Schema: Update Makefile, configure files, project files, and include path in
! * certain cpp files because of the move of the common Content Model files. 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:37 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:47 abagchi
! * Swat for removing Log from API docs
! *
! * Revision 1.2 2000/02/09 21:42:36 abagchi
! * Copyright swat
! *
! * Revision 1.1.1.1 1999/11/09 01:03:02 twl
! * Initial checkin
! *
! * Revision 1.2 1999/11/08 20:45:35 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 161,164 ****
--- 78,87 ----
CMNode* fLeftChild;
CMNode* fRightChild;
+
+ // -----------------------------------------------------------------------
+ // Unimplemented constructors and operators
+ // -----------------------------------------------------------------------
+ CMBinaryOp(const CMBinaryOp&);
+ CMBinaryOp& operator=(const CMBinaryOp&);
};
Index: CMAny.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/CMAny.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** CMAny.hpp 14 Apr 2004 10:08:23 -0000 1.1.1.1
--- CMAny.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,81 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:23 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.4 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.3 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.2 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:37 peiyongz
! * sane_include
! *
! * Revision 1.2 2001/05/11 13:27:14 tng
! * Copyright update.
! *
! * Revision 1.1 2001/02/27 14:48:46 tng
! * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
! *
*/
--- 1,20 ----
/*
! * Copyright 2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 146,149 ****
--- 85,94 ----
unsigned int fURI;
unsigned int fPosition;
+
+ // -----------------------------------------------------------------------
+ // Unimplemented constructors and operators
+ // -----------------------------------------------------------------------
+ CMAny(const CMAny&);
+ CMAny& operator=(const CMAny&);
};
Index: MixedContentModel.hpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Include/xercesc/validators/common/MixedContentModel.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** MixedContentModel.hpp 14 Apr 2004 10:08:24 -0000 1.1.1.1
--- MixedContentModel.hpp 19 Feb 2008 20:16:31 -0000 1.2
***************
*** 1,130 ****
/*
! * 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$
! * Revision 1.1.1.1 2004/04/14 10:08:24 volgy
! * Importing Xerces library 2.4
! *
! * Revision 1.6 2003/05/16 21:43:20 knoaman
! * Memory manager implementation: Modify constructors to pass in the memory manager.
! *
! * Revision 1.5 2003/05/15 18:48:27 knoaman
! * Partial implementation of the configurable memory manager.
! *
! * Revision 1.4 2003/03/07 18:16:57 tng
! * Return a reference instead of void for operator=
! *
! * Revision 1.3 2002/11/04 14:54:58 tng
! * C++ Namespace Support.
! *
! * Revision 1.2 2002/02/25 21:18:53 tng
! * Schema Fix: Ensure no invalid uri index for UPA checking.
! *
! * Revision 1.1.1.1 2002/02/01 22:22:39 peiyongz
! * sane_include
! *
! * Revision 1.12 2001/11/28 16:46:20 tng
! * Schema fix: Check for invalid URI index first.
! *
! * Revision 1.11 2001/11/21 14:30:13 knoaman
! * Fix for UPA checking.
! *
! * Revision 1.10 2001/08/21 16:06:11 tng
! * Schema: Unique Particle Attribution Constraint Checking.
! *
! * Revision 1.9 2001/08/13 15:06:39 knoaman
! * update <any> validation.
! *
! * Revision 1.8 2001/05/11 13:27:19 tng
! * Copyright update.
! *
! * Revision 1.7 2001/05/03 21:02:31 tng
! * Schema: Add SubstitutionGroupComparator and update exception messages. By Pei Yong Zhang.
! *
! * Revision 1.6 2001/04/19 18:17:33 tng
! * Schema: SchemaValidator update, and use QName in Content Model
! *
! * Revision 1.5 2001/03/21 21:56:28 tng
! * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
! *
! * Revision 1.4 2001/03/21 19:29:58 tng
! * Schema: Content Model Updates, by Pei Yong Zhang.
! *
! * Revision 1.3 2001/02/27 18:32:33 tng
! * Schema: Use XMLElementDecl instead of DTDElementDecl in Content Model.
! *
! * Revision 1.2 2001/02/27 14:48:55 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.3 2000/02/24 20:16:49 abagchi
! * Swat for removing Log from API docs
! *
! * Revision 1.2 2000/02/09 21:42:39 abagchi
! * Copyright swat
! *
! * Revision 1.1.1.1 1999/11/09 01:03:45 twl
! * Initial checkin
! *
! * Revision 1.3 1999/11/08 20:45:43 rahul
! * Swat for adding in Product name and CVS comment log variable.
! *
*/
--- 1,20 ----
/*
! * Copyright 1999-2001,2004 The Apache Software Foundation.
! *
! * Licensed under the Apache License, Version 2.0 (the "License");
! * you may not use this file except in compliance with the License.
! * You may obtain a copy of the License at
! *
! * http://www.apache.org/licenses/LICENSE-2.0
! *
! * Unless required by applicable law or agreed to in writing, software
! * distributed under the License is distributed on an "AS IS" BASIS,
! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! * See the License for the specific language governing permissions and
! * limitations under the License.
*/
/*
! * $Id$
*/
***************
*** 207,210 ****
--- 97,101 ----
, XMLValidator* const pValidator
, unsigned int* const pContentSpecOrgURI
+ , const XMLCh* pComplexTypeName = 0
) ;
***************
*** 263,268 ****
inline unsigned int
! MixedContentModel::getNextState(const unsigned int currentState,
! const unsigned int elementIndex) const {
return XMLContentModel::gInvalidTrans;
--- 154,159 ----
inline unsigned int
! MixedContentModel::getNextState(const unsigned int,
! const unsigned int) const {
return XMLContentModel::gInvalidTrans;
***************
*** 271,279 ****
inline void MixedContentModel::checkUniqueParticleAttribution
(
! SchemaGrammar* const pGrammar
! , GrammarResolver* const pGrammarResolver
! , XMLStringPool* const pStringPool
! , XMLValidator* const pValidator
, unsigned int* const pContentSpecOrgURI
)
{
--- 162,171 ----
inline void MixedContentModel::checkUniqueParticleAttribution
(
! SchemaGrammar* const
! , GrammarResolver* const
! , XMLStringPool* const
! , XMLValidator* const
, unsigned int* const pContentSpecOrgURI
+ , const XMLCh* /*pComplexTypeName*/ /*= 0*/
)
{
- Previous message: [GME-commit] GMESRC/GME/Include/xercesc/validators/DTD DTDAttDef.hpp, 1.1.1.1, 1.2 DTDAttDefList.hpp, 1.1.1.1, 1.2 DTDElementDecl.hpp, 1.1.1.1, 1.2 DTDEntityDecl.hpp, 1.1.1.1, 1.2 DTDGrammar.hpp, 1.1.1.1, 1.2 DTDScanner.hpp, 1.1.1.1, 1.2 DTDValidator.hpp, 1.1.1.1, 1.2 DocTypeHandler.hpp, 1.1.1.1, 1.2 XMLDTDDescriptionImpl.hpp, 1.1.1.1, 1.2
- Next message: [GME-commit] GMESRC/GME/Include/xercesc/util/Transcoders/IconvGNU IconvGNUTransService.hpp, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list