org.openoffice.da.comp.writer2latex

Class W2LExportFilter

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

public class W2LExportFilter
extends ExportFilterBase

This class implements the LaTeX and BibTeX 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

W2LExportFilter(XComponentContext xComponentContext1)

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

W2LExportFilter

public W2LExportFilter(XComponentContext xComponentContext1)