Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XImportFilter
Description
interface to implement for an XML-based import filter.
Since
OOo 1.1.2

Methods' Summary
importer performs the import.  
Methods' Details
importer
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 );

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
Parameter xDocHandler
target for the XML document representation
Returns
true if import process is successful
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.