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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]