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

service XMLImportFilter
Description
describes an import filter for XML-based file formats.

It is an extension of ::com::sun::star::document::ImportFilter and differs from it in that this filter additionally supports the ::com::sun::star::xml::sax::XDocumentHandler interface.

Developers Guide
7.2.4 Office Development - Common Application Features - Integrating Import and Export Filters - XML Based Filter Development - Writing the Filtering Component

Included Services
::com::sun::star::document::ImportFilter
Description
This service supplied the basic filter functionality.
Exported Interfaces
::com::sun::star::xml::sax::XDocumentHandler
Description
The document handler is used to stream XML data into the filter.

 
Top of Page