:: com :: sun :: star :: xml ::

interface XExportFilter
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XExportFilter
Description
interface to implement for an XML-based import filter. i
Since version
OpenOffice.org 1.1.5

Methods' Summary
exporter performs the import.
Methods' Details
exporter
boolean
exporter(
 
[in] sequence< ::com::sun::star::beans::PropertyValue >
[in] sequence< string > 

raises(

 
aSourceData,
msUserData ) 
::com::sun::star::lang::IllegalArgumentException );

Description
performs the import.

The source data (location indicated by aSourceData ), and the XML representation of the document must be generated by calls to xocHandler (???) methods.

Parameter aSourceData
::com::sun::star::document::MediaDescriptor which defines the data source
Parameter msUserData
Sequence of strings which contains the userdata defined in the TypeDetection.xml (???)
Returns
true if import process is successful
Top of Page