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

interface XScriptProvider
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XScriptProvider
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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