You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jd...@locus.apache.org on 2000/03/10 16:18:51 UTC

cvs commit: xml-xalan/c/src/XSLT ElemNumber.hpp StylesheetHandler.cpp StylesheetHandler.hpp XSLTEngineImpl.cpp XSLTEngineImpl.hpp

jdonohue    00/03/10 07:18:51

  Modified:    c/src/PlatformSupport PrintWriter.hpp Writer.hpp
               c/src/XMLSupport FormatterListener.hpp FormatterToDOM.cpp
                        FormatterToDOM.hpp FormatterToText.cpp
                        FormatterToText.hpp FormatterToXML.cpp
                        FormatterToXML.hpp
               c/src/XSLT ElemNumber.hpp StylesheetHandler.cpp
                        StylesheetHandler.hpp XSLTEngineImpl.cpp
                        XSLTEngineImpl.hpp
  Log:
  Backed out recent changes to be compatible with Xerces release Xerces-C-src_1_1_0
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/PlatformSupport/PrintWriter.hpp
  
  Index: PrintWriter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/PrintWriter.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PrintWriter.hpp	2000/03/07 16:12:21	1.4
  +++ PrintWriter.hpp	2000/03/10 15:18:48	1.5
  @@ -69,7 +69,7 @@
   
   
   
  -#include <util/XercesDefs.hpp>
  +#include <util/XML4CDefs.hpp>
   
   
   
  
  
  
  1.6       +1 -1      xml-xalan/c/src/PlatformSupport/Writer.hpp
  
  Index: Writer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/Writer.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Writer.hpp	2000/03/07 16:12:21	1.5
  +++ Writer.hpp	2000/03/10 15:18:48	1.6
  @@ -68,7 +68,7 @@
   
   
   
  -#include <util/XercesDefs.hpp>
  +#include <util/XML4CDefs.hpp>
   
   
   
  
  
  
  1.4       +2 -2      xml-xalan/c/src/XMLSupport/FormatterListener.hpp
  
  Index: FormatterListener.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterListener.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FormatterListener.hpp	2000/03/07 16:08:48	1.3
  +++ FormatterListener.hpp	2000/03/10 15:18:48	1.4
  @@ -58,7 +58,7 @@
   #define FORMATTERLISTENER_HEADER_GUARD_1357924680
   
   /**
  - * $Id: FormatterListener.hpp,v 1.3 2000/03/07 16:08:48 dbertoni Exp $
  + * $Id: FormatterListener.hpp,v 1.4 2000/03/10 15:18:48 jdonohue Exp $
    * 
    * $State: Exp $
    * 
  @@ -179,7 +179,7 @@
   	resetDocument() = 0;
   
   	virtual void
  -	setDocumentLocator(const Locator* const		locator) = 0;
  +	setDocumentLocator(Locator* const		locator) = 0;
   
   	virtual void
   	startDocument() = 0;
  
  
  
  1.4       +1 -1      xml-xalan/c/src/XMLSupport/FormatterToDOM.cpp
  
  Index: FormatterToDOM.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToDOM.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FormatterToDOM.cpp	2000/03/07 16:08:48	1.3
  +++ FormatterToDOM.cpp	2000/03/10 15:18:48	1.4
  @@ -98,7 +98,7 @@
   
   
   void
  -FormatterToDOM::setDocumentLocator(const Locator* const		/* locator */)
  +FormatterToDOM::setDocumentLocator(Locator* const		/* locator */)
   {
   	// No action for the moment.
   }
  
  
  
  1.4       +1 -1      xml-xalan/c/src/XMLSupport/FormatterToDOM.hpp
  
  Index: FormatterToDOM.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToDOM.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FormatterToDOM.hpp	2000/03/07 16:08:48	1.3
  +++ FormatterToDOM.hpp	2000/03/10 15:18:48	1.4
  @@ -134,7 +134,7 @@
   	entityReference(const XMLCh* const	name);
   
   	virtual void
  -	setDocumentLocator(const Locator* const		locator);
  +	setDocumentLocator(Locator* const		locator);
   
   	virtual void
   	startDocument();
  
  
  
  1.4       +1 -1      xml-xalan/c/src/XMLSupport/FormatterToText.cpp
  
  Index: FormatterToText.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToText.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FormatterToText.cpp	2000/03/07 16:08:48	1.3
  +++ FormatterToText.cpp	2000/03/10 15:18:48	1.4
  @@ -82,7 +82,7 @@
   
   
   void
  -FormatterToText::setDocumentLocator(const Locator* const	/* locator */)
  +FormatterToText::setDocumentLocator(Locator* const	/* locator */)
   {
   	// No action for the moment.
   }
  
  
  
  1.4       +1 -1      xml-xalan/c/src/XMLSupport/FormatterToText.hpp
  
  Index: FormatterToText.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToText.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FormatterToText.hpp	2000/03/07 16:08:48	1.3
  +++ FormatterToText.hpp	2000/03/10 15:18:48	1.4
  @@ -96,7 +96,7 @@
   	// These methods are inherited from FormatterListener ...
   
   	virtual void
  -	setDocumentLocator(const Locator* const		locator);
  +	setDocumentLocator(Locator* const		locator);
   
   	virtual void
   	startDocument();
  
  
  
  1.9       +1 -1      xml-xalan/c/src/XMLSupport/FormatterToXML.cpp
  
  Index: FormatterToXML.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToXML.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FormatterToXML.cpp	2000/03/07 16:08:48	1.8
  +++ FormatterToXML.cpp	2000/03/10 15:18:48	1.9
  @@ -165,7 +165,7 @@
   
   
   void
  -FormatterToXML::setDocumentLocator(const Locator* const	/* locator */)
  +FormatterToXML::setDocumentLocator(Locator* const	/* locator */)
   {
   	// I don't do anything with this yet.
   }
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XMLSupport/FormatterToXML.hpp
  
  Index: FormatterToXML.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToXML.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FormatterToXML.hpp	2000/03/07 16:08:48	1.4
  +++ FormatterToXML.hpp	2000/03/10 15:18:48	1.5
  @@ -190,7 +190,7 @@
   	// These methods are inherited from FormatterListener ...
   
   	virtual void
  -	setDocumentLocator(const Locator* const		locator);
  +	setDocumentLocator(Locator* const		locator);
   
   	virtual void
   	startDocument();
  
  
  
  1.7       +0 -0      xml-xalan/c/src/XSLT/ElemNumber.hpp
  
  Index: ElemNumber.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ElemNumber.hpp	2000/03/08 20:54:10	1.6
  +++ ElemNumber.hpp	2000/03/10 15:18:49	1.7
  @@ -58,7 +58,7 @@
   #define XALAN_ELEMNUMBER_HEADER_GUARD 
   
   /**
  - * $Id: ElemNumber.hpp,v 1.6 2000/03/08 20:54:10 jdonohue Exp $
  + * $Id: ElemNumber.hpp,v 1.7 2000/03/10 15:18:49 jdonohue Exp $
    * 
    * $State: Exp $
    * 
  
  
  
  1.11      +1 -1      xml-xalan/c/src/XSLT/StylesheetHandler.cpp
  
  Index: StylesheetHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- StylesheetHandler.cpp	2000/03/07 18:07:34	1.10
  +++ StylesheetHandler.cpp	2000/03/10 15:18:49	1.11
  @@ -141,7 +141,7 @@
   }
   
   
  -void StylesheetHandler::setDocumentLocator(const Locator* const		locator)
  +void StylesheetHandler::setDocumentLocator(Locator* const		locator)
   {
   	m_processor.pushLocatorOnStack(locator);
   }
  
  
  
  1.7       +1 -1      xml-xalan/c/src/XSLT/StylesheetHandler.hpp
  
  Index: StylesheetHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- StylesheetHandler.hpp	2000/03/07 16:21:01	1.6
  +++ StylesheetHandler.hpp	2000/03/10 15:18:49	1.7
  @@ -267,7 +267,7 @@
   	 *                any SAX document event.
   	 * @see org.xml.sax.Locator
   	 */
  -	virtual void setDocumentLocator(const Locator* const	locator);
  +	virtual void setDocumentLocator(Locator* const	locator);
   
   	/**
   	 * Receive notification of the beginning of a document.
  
  
  
  1.16      +1 -1      xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
  
  Index: XSLTEngineImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XSLTEngineImpl.cpp	2000/03/08 20:56:18	1.15
  +++ XSLTEngineImpl.cpp	2000/03/10 15:18:49	1.16
  @@ -55,7 +55,7 @@
    * <http://www.apache.org/>.
    */
   /**
  - * $Id: XSLTEngineImpl.cpp,v 1.15 2000/03/08 20:56:18 jdonohue Exp $
  + * $Id: XSLTEngineImpl.cpp,v 1.16 2000/03/10 15:18:49 jdonohue Exp $
    * 
    * $State: Exp $
    * 
  @@ -1572,7 +1572,7 @@
     
   
   void
  -XSLTEngineImpl::setDocumentLocator(const Locator* const		/* locator */)
  +XSLTEngineImpl::setDocumentLocator(Locator* const		/* locator */)
   {
   	// Do nothing for now
   }
  
  
  
  1.18      +1 -1      xml-xalan/c/src/XSLT/XSLTEngineImpl.hpp
  
  Index: XSLTEngineImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.hpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XSLTEngineImpl.hpp	2000/03/08 20:56:18	1.17
  +++ XSLTEngineImpl.hpp	2000/03/10 15:18:50	1.18
  @@ -59,7 +59,7 @@
   
   /**
    * 
  - * $Id: XSLTEngineImpl.hpp,v 1.17 2000/03/08 20:56:18 jdonohue Exp $
  + * $Id: XSLTEngineImpl.hpp,v 1.18 2000/03/10 15:18:50 jdonohue Exp $
    * 
    * $State: Exp $
    * 
  @@ -1896,7 +1896,7 @@
   
   	// These methods are inherited from DocumentHandler ...
   	
  -	virtual void setDocumentLocator(const  Locator* const	locator);
  +	virtual void setDocumentLocator(Locator* const	locator);
   
   	virtual void
   	startDocument();