From fd5c5deeee3cc2cf38a6f8ab79b410516a6bfdb9 Mon Sep 17 00:00:00 2001
From: Jason Edward Stewart <jasons@apache.org>
Date: Mon, 28 Aug 2006 10:46:39 +0000
Subject: [PATCH] getting prepared to split out DOM defines

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@437642 13f79535-47bb-0310-9956-ffa450edef68
---
 swig/interfaces/Xerces.i | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/swig/interfaces/Xerces.i b/swig/interfaces/Xerces.i
index 2ca8b5c87..987eaed1b 100644
--- a/swig/interfaces/Xerces.i
+++ b/swig/interfaces/Xerces.i
@@ -33,6 +33,8 @@
 
 %include "typemaps.i"
 
+%include "typemaps-dom.i"
+
 /*
  * Import the language specific macros
  */
@@ -40,6 +42,7 @@
 #ifdef SWIGPERL
 %include "Perl/callback.i"
 %include "Perl/shadow.i"
+%include "Perl/dom-shadow.i"
 #endif
 
 /*****************************/
@@ -64,7 +67,8 @@
  * The generic exception handler
  *    'goto fail' must be called - either explicitly, or via SWIG_croak()
  *    to ensure that any variable cleanup is done - to avoid memory leaks.
- *    By making these macros, it reduces the code size dramatically
+ *    By making these macros, it reduces the code *file* size dramatically
+ *    (but doesn't reduce the compiled file size at all...)
  */
 
 %{
@@ -140,6 +144,8 @@
 
 %include "DOM.i"
 
+// %include "xercesc/dom/DOMNode.hpp"
+
 /*
  * SAX1
  */
-- 
GitLab