You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/02/12 04:31:56 UTC

cvs commit: xml-xerces/c/src/sax AttributeList.hpp DTDHandler.hpp DocumentHandler.hpp EntityResolver.hpp ErrorHandler.hpp HandlerBase.hpp InputSource.hpp Locator.hpp Parser.hpp

rahulj      00/02/11 19:31:56

  Modified:    c/src/sax AttributeList.hpp DTDHandler.hpp
                        DocumentHandler.hpp EntityResolver.hpp
                        ErrorHandler.hpp HandlerBase.hpp InputSource.hpp
                        Locator.hpp Parser.hpp
  Log:
  Removed duplicate CVS Log entries.
  
  Revision  Changes    Path
  1.6       +3 -17     xml-xerces/c/src/sax/AttributeList.hpp
  
  Index: AttributeList.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/AttributeList.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AttributeList.hpp	2000/02/12 01:27:19	1.5
  +++ AttributeList.hpp	2000/02/12 03:31:55	1.6
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: AttributeList.hpp,v $
  + * Revision 1.6  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.5  2000/02/12 01:27:19  aruna1
    * Documentation updated
    *
  @@ -128,26 +131,6 @@
     *
     * The AttributeListImpl helper class provides a convenience 
     * implementation for use by parser or application writers.
  -  *
  -  * $Log: AttributeList.hpp,v $
  -  * Revision 1.5  2000/02/12 01:27:19  aruna1
  -  * Documentation updated
  -  *
  -  * Revision 1.4  2000/02/09 02:12:21  abagchi
  -  * Added getValue docs
  -  *
  -  * Revision 1.3  2000/02/06 07:47:57  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.2  1999/12/15 19:58:31  roddey
  -  * Added new convenience version of getValue() that takes a short character
  -  * string for the attribute name.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:43  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.2  1999/11/08 20:44:54  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see DocumentHandler#startElement 
     * @see AttributeListImpl#AttributeListImpl
  
  
  
  1.4       +3 -10     xml-xerces/c/src/sax/DTDHandler.hpp
  
  Index: DTDHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/DTDHandler.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DTDHandler.hpp	2000/02/12 01:27:19	1.3
  +++ DTDHandler.hpp	2000/02/12 03:31:55	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: DTDHandler.hpp,v $
  + * Revision 1.4  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.3  2000/02/12 01:27:19  aruna1
    * Documentation updated
    *
  @@ -99,19 +102,6 @@
     *
     * <p>The HandlerBase class provides a default implementation
     * of this interface, which simply ignores the events.</p>
  -  *
  -  * $Log: DTDHandler.hpp,v $
  -  * Revision 1.3  2000/02/12 01:27:19  aruna1
  -  * Documentation updated
  -  *
  -  * Revision 1.2  2000/02/06 07:47:57  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:44  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.2  1999/11/08 20:44:54  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see Parser#setDTDHandler
     * @see HandlerBase#HandlerBase
  
  
  
  1.4       +3 -10     xml-xerces/c/src/sax/DocumentHandler.hpp
  
  Index: DocumentHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/DocumentHandler.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DocumentHandler.hpp	2000/02/12 01:27:19	1.3
  +++ DocumentHandler.hpp	2000/02/12 03:31:55	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: DocumentHandler.hpp,v $
  + * Revision 1.4  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.3  2000/02/12 01:27:19  aruna1
    * Documentation updated
    *
  @@ -101,19 +104,6 @@
     * HandlerBase to obtain a default handler.  The application can find
     * the location of any document event using the Locator interface
     * supplied by the Parser through the setDocumentLocator method.</p>
  -  *
  -  * $Log: DocumentHandler.hpp,v $
  -  * Revision 1.3  2000/02/12 01:27:19  aruna1
  -  * Documentation updated
  -  *
  -  * Revision 1.2  2000/02/06 07:47:57  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:43  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.2  1999/11/08 20:44:54  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see Parser#setDocumentHandler
     * @see Locator#Locator
  
  
  
  1.4       +3 -10     xml-xerces/c/src/sax/EntityResolver.hpp
  
  Index: EntityResolver.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/EntityResolver.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EntityResolver.hpp	2000/02/12 01:27:19	1.3
  +++ EntityResolver.hpp	2000/02/12 03:31:55	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: EntityResolver.hpp,v $
  + * Revision 1.4  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.3  2000/02/12 01:27:19  aruna1
    * Documentation updated
    *
  @@ -128,19 +131,6 @@
     * <p>The HandlerBase class implements the default behaviour for
     * this interface, which is simply always to return null (to request
     * that the parser use the default system identifier).</p>
  -  *
  -  * $Log: EntityResolver.hpp,v $
  -  * Revision 1.3  2000/02/12 01:27:19  aruna1
  -  * Documentation updated
  -  *
  -  * Revision 1.2  2000/02/06 07:47:57  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:44  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.3  1999/11/08 20:44:56  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see Parser#setEntityResolver
     * @see InputSource#InputSource
  
  
  
  1.4       +3 -10     xml-xerces/c/src/sax/ErrorHandler.hpp
  
  Index: ErrorHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/ErrorHandler.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ErrorHandler.hpp	2000/02/12 01:27:19	1.3
  +++ ErrorHandler.hpp	2000/02/12 03:31:55	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: ErrorHandler.hpp,v $
  + * Revision 1.4  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.3  2000/02/12 01:27:19  aruna1
    * Documentation updated
    *
  @@ -98,19 +101,6 @@
     * SAXParseException for fatal errors.  An application may extend
     * that class rather than implementing the complete interface
     * itself.</p>
  -  *
  -  * $Log: ErrorHandler.hpp,v $
  -  * Revision 1.3  2000/02/12 01:27:19  aruna1
  -  * Documentation updated
  -  *
  -  * Revision 1.2  2000/02/06 07:47:57  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:45  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.2  1999/11/08 20:45:00  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see Parser#setErrorHandler
     * @see SAXParseException#SAXParseException 
  
  
  
  1.4       +3 -10     xml-xerces/c/src/sax/HandlerBase.hpp
  
  Index: HandlerBase.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/HandlerBase.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HandlerBase.hpp	2000/02/12 01:27:19	1.3
  +++ HandlerBase.hpp	2000/02/12 03:31:55	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: HandlerBase.hpp,v $
  + * Revision 1.4  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.3  2000/02/12 01:27:19  aruna1
    * Documentation updated
    *
  @@ -96,19 +99,6 @@
     * application has not supplied its own.</p>
     *
     * <p>Note that the use of this class is optional.</p>
  -  *
  -  * $Log: HandlerBase.hpp,v $
  -  * Revision 1.3  2000/02/12 01:27:19  aruna1
  -  * Documentation updated
  -  *
  -  * Revision 1.2  2000/02/06 07:47:57  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:45  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.2  1999/11/08 20:45:00  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see EntityResolver#EntityResolver
     * @see DTDHandler#DTDHandler
  
  
  
  1.6       +3 -17     xml-xerces/c/src/sax/InputSource.hpp
  
  Index: InputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/InputSource.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- InputSource.hpp	2000/02/12 01:27:19	1.5
  +++ InputSource.hpp	2000/02/12 03:31:55	1.6
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: InputSource.hpp,v $
  + * Revision 1.6  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.5  2000/02/12 01:27:19  aruna1
    * Documentation updated
    *
  @@ -112,26 +115,6 @@
     * modifies them in any way. They are always passed by const reference so
     * the parser will make a copy of any input sources that it must keep 
     * around beyond the call.</p>
  -  *
  -  * $Log: InputSource.hpp,v $
  -  * Revision 1.5  2000/02/12 01:27:19  aruna1
  -  * Documentation updated
  -  *
  -  * Revision 1.4  2000/02/09 02:15:28  abagchi
  -  * Documented destructor
  -  *
  -  * Revision 1.3  2000/02/06 07:47:58  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.2  2000/01/12 00:15:39  roddey
  -  * Changes to deal with multiply nested, relative pathed, entities and to deal
  -  * with the new URL class changes.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:46  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.2  1999/11/08 20:45:01  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see Parser#parse
     * @see EntityResolver#resolveEntity
  
  
  
  1.4       +3 -10     xml-xerces/c/src/sax/Locator.hpp
  
  Index: Locator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/Locator.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Locator.hpp	2000/02/09 01:55:06	1.3
  +++ Locator.hpp	2000/02/12 03:31:55	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: Locator.hpp,v $
  + * Revision 1.4  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.3  2000/02/09 01:55:06  abagchi
    * Removed private function docs
    *
  @@ -96,19 +99,6 @@
     * If no locator has been set by the time the application receives
     * the startDocument event, the application should assume that a
     * locator is not available.</p>
  -  *
  -  * $Log: Locator.hpp,v $
  -  * Revision 1.3  2000/02/09 01:55:06  abagchi
  -  * Removed private function docs
  -  *
  -  * Revision 1.2  2000/02/06 07:47:58  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:46  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.3  1999/11/08 20:45:01  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see DocumentHandler#setDocumentLocator 
     */
  
  
  
  1.4       +3 -10     xml-xerces/c/src/sax/Parser.hpp
  
  Index: Parser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/Parser.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Parser.hpp	2000/02/09 01:59:12	1.3
  +++ Parser.hpp	2000/02/12 03:31:55	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: Parser.hpp,v $
  + * Revision 1.4  2000/02/12 03:31:55  rahulj
  + * Removed duplicate CVS Log entries.
  + *
    * Revision 1.3  2000/02/09 01:59:12  abagchi
    * Removed private function docs, added parse docs
    *
  @@ -93,19 +96,6 @@
     * may reuse a parser object (possibly with a different input source)
     * once the first parse has completed successfully, but it may not
     * invoke the parse() methods recursively within a parse.
  -  *
  -  * $Log: Parser.hpp,v $
  -  * Revision 1.3  2000/02/09 01:59:12  abagchi
  -  * Removed private function docs, added parse docs
  -  *
  -  * Revision 1.2  2000/02/06 07:47:58  rahulj
  -  * Year 2K copyright swat.
  -  *
  -  * Revision 1.1.1.1  1999/11/09 01:07:46  twl
  -  * Initial checkin
  -  *
  -  * Revision 1.3  1999/11/08 20:45:02  rahul
  -  * Swat for adding in Product name and CVS comment log variable.
     *
     * @see EntityResolver#EntityResolver
     * @see DTDHandler#DTDHandler