You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/05/28 22:41:11 UTC

cvs commit: xml-xerces/c/src/xercesc/framework XMLDocumentHandler.hpp

tng         02/05/28 13:41:11

  Modified:    c/src/xercesc/framework XMLDocumentHandler.hpp
  Log:
  [Bug 9104] prefixes dissapearing when schema validation turned on.
  
  Revision  Changes    Path
  1.3       +5 -0      xml-xerces/c/src/xercesc/framework/XMLDocumentHandler.hpp
  
  Index: XMLDocumentHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLDocumentHandler.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLDocumentHandler.hpp	20 Feb 2002 18:17:01 -0000	1.2
  +++ XMLDocumentHandler.hpp	28 May 2002 20:41:11 -0000	1.3
  @@ -56,6 +56,9 @@
   
    /*
     * $Log: XMLDocumentHandler.hpp,v $
  +  * Revision 1.3  2002/05/28 20:41:11  tng
  +  * [Bug 9104] prefixes dissapearing when schema validation turned on.
  +  *
     * Revision 1.2  2002/02/20 18:17:01  tng
     * [Bug 5977] Warnings on generating apiDocs.
     *
  @@ -202,12 +205,14 @@
         * @param  uriId       The ID of the URI in the URI pool (only valid if
         *                     name spaces is enabled)
         * @param  isRoot      Indicates if this is the root element.
  +      * @param  prefixName  The string representing the prefix name
         */
       virtual void endElement
       (
           const   XMLElementDecl& elemDecl
           , const unsigned int    uriId
           , const bool            isRoot
  +        , const XMLCh* const    prefixName = 0
       ) = 0;
   
       /** Receive notification when a referenced entity's content ends
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org