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

service XMLExportFilter
Description
describes an export filter for XML-based file formats.

It is an extension of ::com::sun::star::document::ExportFilter and differs from it only in that an ::com::sun::star::xml::sax::XDocumentHandler needs to be passed through the XInitialization interface. This XDocumentHandler will then be used to export the XML data stream.


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

An com.sun.star.xml.sax.XDocumentHandler needs to be passed to the XInitialization::initialize call.

Included Services - Details
::com::sun::star::document::ExportFilter
Description
An com.sun.star.xml.sax.XDocumentHandler needs to be passed to the XInitialization::initialize call.

 
Top of Page