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

interface XScriptProvider
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-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
XScript
getScript(
 
[in] string 

raises(

 
scriptURI ) 
::com::sun::star::lang::IllegalArgumentException );

Description
a factory method for the creation of XScript implementations.
Parameter scriptURI
is the logical or language-dependent script URI
Returns
an object implementing XScript representing the script
Throws
::com::sun::star::lang::IllegalArgumentException if no matching script for scriptURI or if scriptURI is invalid.
Top of Page