diff options
author | Muthu Subramanian <sumuthu@novell.com> | 2011-05-03 22:20:38 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@novell.com> | 2011-05-03 22:22:08 +0530 |
commit | ff21a3888403de98dd266270bde4c8e46d304fda (patch) | |
tree | 2b60f4a609a477b19cbbc64f91ffeb2214779c88 /offapi | |
parent | 48227a2047e0ea1b501becf02ebfe30287bab1a9 (diff) |
Adding public method getNamespaceURL.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastParser.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastParser.idl b/offapi/com/sun/star/xml/sax/XFastParser.idl index 9aa53a7cc01d..07a0a24c2d62 100644 --- a/offapi/com/sun/star/xml/sax/XFastParser.idl +++ b/offapi/com/sun/star/xml/sax/XFastParser.idl @@ -163,6 +163,11 @@ interface XFastParser: com::sun::star::uno::XInterface errors will be presented to the user.</p> */ 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 ); }; //============================================================================= |