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

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

service XMLExportFilter

Description
describes an export filter for XML-based file formats. It is an extension of ExportFilter and differs from it only in that an XDocumentHandler needs to be passed through the XInitialization interface. This XDocumentHandler will then be used to export the XML data stream.


Included Services

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