Return-Path: Delivered-To: apmail-xml-xerces-cvs-archive@www.apache.org Received: (qmail 59896 invoked from network); 22 Sep 2003 15:03:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Sep 2003 15:03:08 -0000 Received: (qmail 70328 invoked by uid 500); 22 Sep 2003 15:03:02 -0000 Delivered-To: apmail-xml-xerces-cvs-archive@xml.apache.org Received: (qmail 70283 invoked by uid 500); 22 Sep 2003 15:03:02 -0000 Mailing-List: contact xerces-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xerces-cvs@xml.apache.org Received: (qmail 70269 invoked from network); 22 Sep 2003 15:03:02 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 22 Sep 2003 15:03:02 -0000 Received: (qmail 59872 invoked by uid 1240); 22 Sep 2003 15:03:06 -0000 Date: 22 Sep 2003 15:03:06 -0000 Message-ID: <20030922150306.59871.qmail@minotaur.apache.org> From: neilg@apache.org To: xml-xerces-cvs@apache.org Subject: cvs commit: xml-xerces/c/src/xercesc/framework/psvi PSVIHandler.hpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N neilg 2003/09/22 08:03:06 Modified: c/src/xercesc/framework/psvi PSVIHandler.hpp Log: clearly the local name of an element should be a string, not an XMLElementDecl... Revision Changes Path 1.2 +6 -3 xml-xerces/c/src/xercesc/framework/psvi/PSVIHandler.hpp Index: PSVIHandler.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/PSVIHandler.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PSVIHandler.hpp 16 Sep 2003 14:33:36 -0000 1.1 +++ PSVIHandler.hpp 22 Sep 2003 15:03:06 -0000 1.2 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.2 2003/09/22 15:03:06 neilg + * clearly the local name of an element should be a string, not an XMLElementDecl... + * * Revision 1.1 2003/09/16 14:33:36 neilg * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them * @@ -104,7 +107,7 @@ */ virtual void handleElementPSVI ( - const XMLElementDecl * localName + const XMLCh * localName , const XMLCh* const uri , const XMLCh* const prefix , const PSVIElement * elementInfo @@ -124,7 +127,7 @@ */ virtual void handleAttributesPSVI ( - const XMLElementDecl * localName + const XMLCh * localName , const XMLCh* const uri , const XMLCh* const prefix , const PSVIAttributeList * psviAttributes --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-cvs-help@xml.apache.org