| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
interface to implement for an XML-based import filter. More...
import "XImportFilter.idl";
 
  
| Public Member Functions | |
| boolean | importer ([in] sequence< com::sun::star::beans::PropertyValue > aSourceData, [in] com::sun::star::xml::sax::XDocumentHandler xDocHandler, [in] sequence< string > msUserData) raises ( com::sun::star::lang::IllegalArgumentException ) | 
| performs the import. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
interface to implement for an XML-based import filter.
| boolean importer | ( | [in] sequence< com::sun::star::beans::PropertyValue > | aSourceData, | |||
| [in] com::sun::star::xml::sax::XDocumentHandler | xDocHandler, | |||||
| [in] sequence< string > | msUserData ) | |||||
| raises | ( | com::sun::star::lang::IllegalArgumentException ) | ||||
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.
| aSourceData | com::sun::star::document::MediaDescriptor which defines the data source | 
| msUserData | Sequence of strings which contains the user data defined in the TypeDetection.xml | 
| xDocHandler | target for the XML document representation |