summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 13:02:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 13:02:16 +0000
commit2e16ec2ac0a0f0ae95c8f1e441dfb4cb90108890 (patch)
tree05361ed28968b34cf92596a31d0424c4bd0fd756 /offapi/com/sun/star/xml
parent4416c1dab4d2e6dc489ce19c5ce71c98103f4aed (diff)
INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED
2004/01/21 11:30:42 lo 1.1.2.1: sax document builder
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl19
1 files changed, 19 insertions, 0 deletions
diff --git a/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl b/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
new file mode 100644
index 000000000000..4c9dffd36dda
--- /dev/null
+++ b/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
@@ -0,0 +1,19 @@
+#ifndef __com_sun_star_xml_dom_documentbuilder_idl
+#define __com_sun_star_xml_dom_documentbuilder_idl
+#ifndef __com_sun_star_xml_sax_xdocumenthandler_idl
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
+#endif
+#ifndef __com_sun_star_xml_dom_XSAXDocumentBuilder_idl
+#include <com/sun/star/xml/dom/XSAXDocumentBuilder.idl>
+#endif
+
+module com { module sun { module star { module xml { module dom {
+
+ service SAXDocumentBuilder
+ {
+ interface XSAXDocumentBuilder;
+ interface com::sun::star::xml::sax::XDocumentHandler;
+ };
+};};};};};
+#endif
+