:: com :: sun :: star :: script :: provider ::

unpublished interface XScriptProvider
Description
This interface provides a factory for obtaining objects implmenting the XScript interface.

Methods' Summary
getScript a factory method for the creation of XScript implementations.  
Methods' Details
getScript
::com::sun::star::script::provider::XScript
getScript( [in] string  sScriptURI )
raises( ::com::sun::star::script::provider::ScriptFrameworkErrorException );

Description
a factory method for the creation of XScript implementations.
Parameter sScriptURI
is the logical or language-dependent script URI
Returns
an object implementing ::com::sun::star::script::provider::XScript representing the script
Throws
::com::sun::star::provider::ScriptFrameworkErrorException Framework error getting script for URI.
Top of Page