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 | 26183613a60cea761e571fc30d31b59901e0d3e0 (patch) | |
tree | 888d43fe5d3cedc94434a50657b02510b7a035e2 /offapi | |
parent | 82af2c10b5b093496bfb6d29f4a7068dd158f943 (diff) |
Adding public method getNamespaceURL.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastParser.idl | 7 |
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 ); }; //============================================================================= |