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/31 17:14:17 UTC

cvs commit: xml-xerces/c/src/xercesc/dom/deprecated DOMParser.hpp

tng         2002/05/31 08:14:17

  Modified:    c/src/xercesc/dom/deprecated DOMParser.hpp
  Log:
  Fix doxygen documentation.
  
  Revision  Changes    Path
  1.6       +5 -1      xml-xerces/c/src/xercesc/dom/deprecated/DOMParser.hpp
  
  Index: DOMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/deprecated/DOMParser.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DOMParser.hpp	30 May 2002 16:39:06 -0000	1.5
  +++ DOMParser.hpp	31 May 2002 15:14:17 -0000	1.6
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOMParser.hpp,v 1.5 2002/05/30 16:39:06 knoaman Exp $
  + * $Id: DOMParser.hpp,v 1.6 2002/05/31 15:14:17 tng Exp $
    *
    */
   
  @@ -989,9 +989,13 @@
         *                 public id of the entity just parsed.
         * @param systemId A const pointer to a Unicode string representing the
         *                 system id of the entity just parsed.
  +      * @param baseURI  A const pointer to a Unicode string representing the
  +      *                 base URI of the entity just parsed,
  +      *                 or <code>null</code> if there is no base URI.
         * @return The value returned by the user installed resolveEntity
         *         method or NULL otherwise to indicate no processing was done.
         * @see EntityResolver
  +      * @see XMLEntityHandler
         */
       virtual InputSource* resolveEntity
       (
  
  
  

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