Skip to content
Snippets Groups Projects
Commit fd5c5dee authored by Jason Edward Stewart's avatar Jason Edward Stewart
Browse files

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
parent 895c0f48
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment