From 26183613a60cea761e571fc30d31b59901e0d3e0 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Tue, 3 May 2011 22:20:38 +0530 Subject: Adding public method getNamespaceURL. --- offapi/com/sun/star/xml/sax/XFastParser.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/offapi/com/sun/star/xml/sax/XFastParser.idl b/offapi/com/sun/star/xml/sax/XFastParser.idl index 535cab9bb..fb533abb1 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

Set the language of the error messages. Useful when the parsing errors will be presented to the user.

*/ - 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 ); }; //============================================================================= -- cgit v1.2.3