Class W2LExportFilter
java.lang.Object
org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
org.openoffice.da.comp.writer2latex.W2LExportFilter
- All Implemented Interfaces:
com.sun.star.lang.XServiceInfo,com.sun.star.lang.XServiceName,com.sun.star.lang.XTypeProvider,com.sun.star.uno.XInterface,com.sun.star.xml.sax.XDocumentHandler,com.sun.star.xml.XExportFilter
This class implements the LaTeX and BibTeX export filter component
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFilter name to include in error messagesstatic final StringImplementation name for the componentstatic final StringService name for the componentFields inherited from class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
xMSFFields inherited from interface com.sun.star.xml.sax.XDocumentHandler
UNOTYPEINFOFields inherited from interface com.sun.star.xml.XExportFilter
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO -
Constructor Summary
Constructors -
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
-
__serviceName
Service name for the component- See Also:
-
__implementationName
Implementation name for the component- See Also:
-
__displayName
Filter name to include in error messages- See Also:
-
-
Constructor Details
-
W2LExportFilter
public W2LExportFilter(com.sun.star.uno.XComponentContext xComponentContext1)
-