org.openoffice.da.comp.writer2xhtml

Class W2XExportFilter

Implemented Interfaces:
XDocumentHandler, XExportFilter, XServiceInfo, XServiceName, XTypeProvider

public class W2XExportFilter
extends ExportFilterBase

This class implements the xhtml export filter component

Field Summary

static String
__displayName
Filter name to include in error messages
static String
__implementationName
Implementation name for the component
static String
__serviceName
Service name for the component

Fields inherited from class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase

__displayName, __implementationName, __serviceName, xMSF

Constructor Summary

W2XExportFilter(XComponentContext xComponentContext1)
We need to get the Service Manager from the Component context to instantiate certain services, hence this constructor.

Method Summary

Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase

characters, convert, endDocument, endElement, exporter, getImplementationId, getImplementationName, getServiceName, getSupportedServiceNames, getTypes, ignorableWhitespace, needsMask, processingInstruction, replace, setDocumentLocator, startDocument, startElement, supportsService

Field Details

__displayName

public static final String __displayName
Filter name to include in error messages

__implementationName

public static final String __implementationName
Implementation name for the component

__serviceName

public static final String __serviceName
Service name for the component

Constructor Details

W2XExportFilter

public W2XExportFilter(XComponentContext xComponentContext1)
We need to get the Service Manager from the Component context to instantiate certain services, hence this constructor. The subclass must override this to set xMSF properly from the reigstration class