Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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