summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastParser.idl7
1 files changed, 6 insertions, 1 deletions
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
<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 );
};
//=============================================================================