summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/xpath
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 10:12:52 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 10:12:52 +0000
commit240a414fd857147054fa574d5fb0d6a513487d1a (patch)
treef5998a58669427b3b55fee7fcf0b48bbc94c75bc /offapi/com/sun/star/xml/xpath
parent2458dbba9790d0aa0e8f3002daea28ccbe46970a (diff)
INTEGRATION: CWS eforms2 (1.2.22); FILE MERGED
2004/05/25 15:36:14 lo 1.2.22.1: #i28981# xpath extension
Diffstat (limited to 'offapi/com/sun/star/xml/xpath')
-rw-r--r--offapi/com/sun/star/xml/xpath/XXPathAPI.idl11
-rw-r--r--offapi/com/sun/star/xml/xpath/makefile.mk11
2 files changed, 17 insertions, 5 deletions
diff --git a/offapi/com/sun/star/xml/xpath/XXPathAPI.idl b/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
index f674ea18156e..7e30b8026869 100644
--- a/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
+++ b/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XXPathAPI.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-03-08 14:09:53 $
+ * last change: $Author: obo $ $Date: 2004-11-16 11:12:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,10 @@
#ifndef __com_sun_star_xml_xpath_XXPathObject_idl__
#include <com/sun/star/xml/xpath/XXPathObject.idl>
#endif
+#ifndef __com_sun_star_xml_xpath_XXPathExtension_idl__
+#include <com/sun/star/xml/xpath/XXPathExtension.idl>
+#endif
+
module com { module sun { module star { module xml { module xpath {
@@ -90,6 +94,9 @@ interface XXPathAPI : com::sun::star::uno::XInterface
[in] string prefix,
[in] string url);
+ void registerExtension( [in] string serviceName );
+ void registerExtensionInstance( [in] com::sun::star::xml::xpath::XXPathExtension aExtension);
+
/**
Eval XPath Expression
*/
diff --git a/offapi/com/sun/star/xml/xpath/makefile.mk b/offapi/com/sun/star/xml/xpath/makefile.mk
index bd63e22817dd..5a8ce0ae5aa7 100644
--- a/offapi/com/sun/star/xml/xpath/makefile.mk
+++ b/offapi/com/sun/star/xml/xpath/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-03-08 14:10:23 $
+# last change: $Author: obo $ $Date: 2004-11-16 11:12:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,7 +75,12 @@ PACKAGE=com$/sun$/star$/xml$/xpath
IDLFILES=\
XPathObjectType.idl \
XXPathObject.idl \
- XXPathAPI.idl
+ XXPathAPI.idl \
+ XXPathExtension.idl \
+ Libxml2ExtensionHandle.idl \
+ XPathExtension.idl \
+ XPathAPI.idl \
+ Libxml2ExtensionHandle.idl
# ------------------------------------------------------------------