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/05/06 01:16:37 UTC

cvs commit: xml-xerces/perl Xerces.i

jasons      01/05/05 16:16:37

  Modified:    perl     Xerces.i
  Log:
  	* Xerces.i (Repository):
  	Added includes for new perl handler interfaces
  
  Revision  Changes    Path
  1.7       +8 -13     xml-xerces/perl/Xerces.i
  
  Index: Xerces.i
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces.i,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Xerces.i	2001/04/17 02:50:07	1.6
  +++ Xerces.i	2001/05/05 23:16:37	1.7
  @@ -6,11 +6,7 @@
   #include <sax/InputSource.hpp>
   #include <sax/SAXException.hpp>
   #include <sax/SAXParseException.hpp>
  -#include <sax/ErrorHandler.hpp>
  -#include <sax/DTDHandler.hpp>
  -#include <sax/DocumentHandler.hpp>
  -#include <sax/EntityResolver.hpp>
  -#include <sax/AttributeList.hpp>
  +#include <sax/Locator.hpp>
   #include <sax/HandlerBase.hpp>
   #include <sax2/Attributes.hpp>
   #include <sax2/ContentHandler.hpp>
  @@ -29,10 +25,9 @@
   #include <framework/MemBufInputSource.hpp>
   #include <framework/StdInInputSource.hpp>
   #include <framework/URLInputSource.hpp>
  -#include <perlErrorHandler.hpp>
  -#include <perlDocumentHandler.hpp>
  -#include <perlDefaultHandler.hpp>
  -#include <perlContentHandler.hpp>
  +#include <PerlErrorCallbackHandler.hpp>
  +#include <PerlDocumentCallbackHandler.hpp>
  +#include <PerlContentCallbackHandler.hpp>
   %}
   
   /**************/
  @@ -641,6 +636,7 @@
   %include "Xerces_headers/sax/EntityResolver.hpp"
   %include "Xerces_headers/sax/AttributeList.hpp"
   %include "Xerces_headers/sax/HandlerBase.hpp"
  +%include "Xerces_headers/sax/Locator.hpp"
   
   /* FOR SAX 2.0 API */
   %include "Xerces_headers/sax2/Attributes.hpp"
  @@ -651,10 +647,9 @@
   %include "Xerces_headers/sax2/XMLReaderFactory.hpp"
   
   /* FOR ERROR HANDLING (PARSER EXCEPTIONS IN PARTICULAR) */
  -%include "perlErrorHandler.swig.hpp"
  -%include "perlDocumentHandler.swig.hpp"
  -%include "perlDefaultHandler.swig.hpp"
  -%include "perlContentHandler.swig.hpp"
  +%include "PerlErrorCallbackHandler.swig.hpp"
  +%include "PerlDocumentCallbackHandler.swig.hpp"
  +%include "PerlContentCallbackHandler.swig.hpp"
   
   /* INCLUDE FILES IN "dom" DIRECTORY, ESSENTIALLY ALL OF THESE ARE NODE TYPES */
   %include "Xerces_headers/dom/DOMString.hpp"
  
  
  

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