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

unpublished interface XScriptProvider
Usage Restrictions
not published
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
XScript
getScript( [in] string  sScriptURI )
raises( 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 XScript representing the script
Throws
::com::sun::star::provider::ScriptFrameworkErrorException Framework error getting script for URI.
Top of Page