service XMLImportFilter in module com::sun::star::xml::

(Global Index)

Syntax

service XMLImportFilter;

Description

describes an import filter for XML-based file formats. It is an extension of ImportFilter and differs from it in that this filter additionally supports the XDocumentHandler interface.

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