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

new one interface file/class test

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@437631 13f79535-47bb-0310-9956-ffa450edef68
parent 9b6c6059
No related branches found
No related tags found
No related merge requests found
%include "xercesc/framework/LocalFileFormatTarget.hpp"
\ No newline at end of file
%include "xercesc/framework/MemBufFormatTarget.hpp"
\ No newline at end of file
%include "xercesc/framework/StdOutFormatTarget.hpp"
\ No newline at end of file
%include "xercesc/framework/Wrapper4DOMLSInput.hpp"
\ No newline at end of file
%include "xercesc/framework/Wrapper4InputSource.hpp"
\ No newline at end of file
%import "xercesc/framework/XMLFormatter.hpp"
\ No newline at end of file
......@@ -2,9 +2,11 @@
%include "xercesc/framework/XMLPScanToken.hpp"
%include "xercesc/framework/psvi/PSVIHandler.hpp"
// these want to be removed to a separate DOM module
%include "parsers/AbstractDOMParser.i"
%include "parsers/XercesDOMParser.i"
%include "xercesc/sax/Parser.hpp"
%include "xercesc/parsers/AbstractDOMParser.hpp"
%include "xercesc/parsers/XercesDOMParser.hpp"
%include "xercesc/parsers/SAXParser.hpp"
/*
......
%include "xercesc/parsers/AbstractDOMParser.hpp"
\ No newline at end of file
%include "xercesc/parsers/XercesDOMParser.hpp"
\ No newline at end of file
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