summaryrefslogtreecommitdiff
path: root/libxsd/libxsd/cxx/xml/dom/wildcard-source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/libxsd/cxx/xml/dom/wildcard-source.hxx')
-rw-r--r--libxsd/libxsd/cxx/xml/dom/wildcard-source.hxx29
1 files changed, 29 insertions, 0 deletions
diff --git a/libxsd/libxsd/cxx/xml/dom/wildcard-source.hxx b/libxsd/libxsd/cxx/xml/dom/wildcard-source.hxx
new file mode 100644
index 0000000..3d9c7d8
--- /dev/null
+++ b/libxsd/libxsd/cxx/xml/dom/wildcard-source.hxx
@@ -0,0 +1,29 @@
+// file : libxsd/cxx/xml/dom/wildcard-source.hxx
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef LIBXSD_CXX_XML_DOM_WILDCARD_SOURCE_HXX
+#define LIBXSD_CXX_XML_DOM_WILDCARD_SOURCE_HXX
+
+#include <xercesc/dom/DOMDocument.hpp>
+
+#include <libxsd/cxx/xml/dom/auto-ptr.hxx>
+
+namespace xsd
+{
+ namespace cxx
+ {
+ namespace xml
+ {
+ namespace dom
+ {
+ template <typename C>
+ XSD_DOM_AUTO_PTR<xercesc::DOMDocument>
+ create_document ();
+ }
+ }
+ }
+}
+
+#include <libxsd/cxx/xml/dom/wildcard-source.txx>
+
+#endif // LIBXSD_CXX_XML_DOM_WILDCARD_SOURCE_HXX