Class W2XExportFilter
java.lang.Object
org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
org.openoffice.da.comp.writer2xhtml.W2XExportFilter
- 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 xhtml export filter component
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Filter name to include in error messagesstatic final String
Implementation name for the componentstatic final String
Service name for the componentFields inherited from class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
xMSF
Fields inherited from interface com.sun.star.xml.sax.XDocumentHandler
UNOTYPEINFO
Fields inherited from interface com.sun.star.xml.XExportFilter
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFO
Fields 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
-
W2XExportFilter
public W2XExportFilter(com.sun.star.uno.XComponentContext xComponentContext1)
-