You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2001/10/13 06:21:53 UTC

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

jasons      01/10/12 21:21:53

  Modified:    c/src/framework LocalFileInputSource.hpp
  Log:
  This patch resolves bug #2409: undocumented XMLException in LocalFileInputSource::new()
  
  Revision  Changes    Path
  1.7       +8 -0      xml-xerces/c/src/framework/LocalFileInputSource.hpp
  
  Index: LocalFileInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/LocalFileInputSource.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LocalFileInputSource.hpp	2000/12/14 18:49:53	1.6
  +++ LocalFileInputSource.hpp	2001/10/13 04:21:53	1.7
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: LocalFileInputSource.hpp,v $
  + * Revision 1.7  2001/10/13 04:21:53  jasons
  + * This patch resolves bug #2409: undocumented XMLException in LocalFileInputSource::new()
  + *
    * Revision 1.6  2000/12/14 18:49:53  tng
    * Fix API document generation warning: "Warning: end of member group without matching begin"
    *
  @@ -141,6 +144,8 @@
         * @param  relativePath    The relative part of the path. It can actually
         *                         be fully qualified, in which case it is taken
         *                         as is.
  +      * @exception XMLException If the path is relative and doesn't properly
  +      *            resolve to a file.
         */
       LocalFileInputSource
       (
  @@ -159,6 +164,9 @@
         * still set them via the parent class' setPublicId() method of course.
         *
         * @param  filePath    The relative or fully qualified path.
  +      *
  +      * @exception XMLException If the path is relative and doesn't properly
  +      *            resolve to a file.
         */
       LocalFileInputSource
       (
  
  
  

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