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
public class W2LExportFilter extends ExportFilterBase
This class implements the LaTeX and BibTeX export filter component
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__displayName
Filter name to include in error messagesstatic java.lang.String
__implementationName
Implementation name for the componentstatic java.lang.String
__serviceName
Service name for the component-
Fields inherited from class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
xMSF
-
-
Constructor Summary
Constructors Constructor Description W2LExportFilter(com.sun.star.uno.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 Detail
-
__serviceName
public static final java.lang.String __serviceName
Service name for the component- See Also:
- Constant Field Values
-
__implementationName
public static final java.lang.String __implementationName
Implementation name for the component- See Also:
- Constant Field Values
-
__displayName
public static final java.lang.String __displayName
Filter name to include in error messages- See Also:
- Constant Field Values
-
-