:: com :: sun :: star :: uri ::

interface XVndSunStarExpandUrl

Methods' Summary
expand returns the expanded content of this URL.  
Methods' Details
expand
string
expand( [in] ::com::sun::star::util::XMacroExpander  expander )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
returns the expanded content of this URL.
Parameter expander
a macro expander; must not be `NULL`.
Returns
the expanded content of this URL.
Throws
com::sun::star::lang::IllegalArgumentException if calling com::sun::star::util::XMacroExpander::expandMacros() on expander raises any such exception.
Top of Page