[ DEPRECATED ]
Syntax
interface XExtendedFilterDetection : com::sun::star::uno::XInterface ;
Description
extended filter detection for frame loader factories.
Method Summary
|
detect |
control agreement of a frameloader with given URL or arguments
|
|
Method Details
|
|
Syntax
- string detect
(
- string sURL,
- sequence< com::sun::star::beans::PropertyValue > aArgumentlist );
Description
control agreement of a frameloader with given URL or arguments
Implement it as an extra service for your frameloader to give information about
your responsibility for a given URL. If you can handle these documents return
a valid name for a filter or an empty string otherwise.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.