[Libreoffice-commits] .: offapi/com

Muthu Subramanian sumuthu at kemper.freedesktop.org
Tue May 3 09:46:54 PDT 2011


 offapi/com/sun/star/xml/sax/XFastParser.idl |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 26183613a60cea761e571fc30d31b59901e0d3e0
Author: Muthu Subramanian <sumuthu at novell.com>
Date:   Tue May 3 22:20:38 2011 +0530

    Adding public method getNamespaceURL.

diff --git a/offapi/com/sun/star/xml/sax/XFastParser.idl b/offapi/com/sun/star/xml/sax/XFastParser.idl
index 535cab9..fb533ab 100644
--- a/offapi/com/sun/star/xml/sax/XFastParser.idl
+++ b/offapi/com/sun/star/xml/sax/XFastParser.idl
@@ -162,7 +162,12 @@ interface XFastParser: com::sun::star::uno::XInterface
         <p>Set the language of the error messages. Useful when the parsing 
         errors will be presented to the user.</p>
      */
-    void setLocale( [in] com::sun::star::lang::Locale locale ); 
+    void setLocale( [in] com::sun::star::lang::Locale locale );
+
+    /** Gets the namespace url string.
+      */
+    string getNamespaceURL( [in] string prefix )
+        raises( com::sun::star::lang::IllegalArgumentException );
 }; 
  
 //============================================================================= 


More information about the Libreoffice-commits mailing list