:: 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
OfficeDev - Writing the Filtering Component

Included Services - Summary
::com::sun::star::document::ImportFilter

This service supplied the basic filter functionality.

Exported Interfaces - Summary
::com::sun::star::xml::sax::XDocumentHandler

The document handler is used to stream XML data into the filter.

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

 
Top of Page