LibreOffice
LibreOffice 7.4 SDK API Reference
Included Services | List of all members
XMLExportFilter Service Referencepublished

describes an export filter for XML-based file formats. More...

import"XMLExportFilter.idl";

Inheritance diagram for XMLExportFilter:
ExportFilter XExporter XFilter XInitialization XNamed XInterface XInterface XInterface XInterface

Included Services

service com::sun::star::document::ExportFilter
 A com.sun.star.xml.sax.XDocumentHandler needs to be passed to the com::sun::star::lang::XInitialization::initialize() call. More...
 

Additional Inherited Members

- Exported Interfaces inherited from ExportFilter
interface XExporter
 set source(!) document for this filter More...
 
interface XFilter
 filter interface More...
 
interface com::sun::star::lang::XInitialization
 support initialization of filter with its own configuration More...
 
interface com::sun::star::container::XNamed
 provides access to the internal name of this filter More...
 
- Public Member Functions inherited from XExporter
void setSourceDocument ([in] com::sun::star::lang::XComponent Document) raises ( com::sun::star::lang::IllegalArgumentException )
 sets the source document for the exporter More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 
- Public Member Functions inherited from XFilter
boolean filter ([in] sequence< com::sun::star::beans::PropertyValue > aDescriptor)
 filter the document. More...
 
void cancel ()
 cancel the process. More...
 
- Protected Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object. More...
 
- Protected Member Functions inherited from XNamed
string getName ()
 
void setName ([in] string aName)
 sets the programmatic name of the object. More...
 

Detailed 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.

Exported Interfaces

◆ com::sun::star::document::ExportFilter


The documentation for this service was generated from the following file: