Kaydet (Commit) ff21a388 authored tarafından Muthu Subramanian's avatar Muthu Subramanian

Adding public method getNamespaceURL.

üst 48227a20
......@@ -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 );
};
//=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment