You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/09/21 18:09:37 UTC

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

peiyongz    2004/09/21 09:09:37

  Modified:    c/src/xercesc/framework/psvi PSVIHandler.hpp
  Log:
  Handle partial PSVIElement
  
  Revision  Changes    Path
  1.8       +10 -0     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PSVIHandler.hpp	8 Sep 2004 13:56:07 -0000	1.7
  +++ PSVIHandler.hpp	21 Sep 2004 16:09:37 -0000	1.8
  @@ -16,6 +16,9 @@
   
    /*
     * $Log$
  +  * Revision 1.8  2004/09/21 16:09:37  peiyongz
  +  * Handle partial PSVIElement
  +  *
     * Revision 1.7  2004/09/08 13:56:07  peiyongz
     * Apache License Version 2.0
     *
  @@ -80,6 +83,13 @@
         * @param  elementInfo    Object containing the element's PSVI properties
         */
       virtual void handleElementPSVI
  +    (
  +        const   XMLCh* const            localName 
  +        , const XMLCh* const            uri
  +        ,       PSVIElement *           elementInfo
  +    ) = 0;
  +
  +    virtual void handlePartialElementPSVI
       (
           const   XMLCh* const            localName 
           , const XMLCh* const            uri
  
  
  

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