org.openoffice.da.comp.w2lcommon.filter
public abstract class ExportFilterBase extends Object implements XExportFilter, XServiceName, XServiceInfo, XDocumentHandler, XTypeProvider
| Field Summary | |
|---|---|
| protected static XMultiServiceFactory | xMSF |
| 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 |
| Constructor Summary | |
|---|---|
| ExportFilterBase(XComponentContext xComponentContext1) We need to get the Service Manager from the Component context to
instantiate certain services, hence this constructor.
| |
| Method Summary | |
|---|---|
| void | characters(String str) |
| void | convert(XInputStream xml, XOutputStream exportStream) |
| void | endDocument() |
| void | endElement(String str) |
| boolean | exporter(PropertyValue[] aSourceData, String[] msUserData) |
| byte[] | getImplementationId() |
| String | getImplementationName() |
| String | getServiceName() |
| String[] | getSupportedServiceNames() |
| Type[] | getTypes() |
| void | ignorableWhitespace(String str) |
| String | needsMask(String origString) |
| void | processingInstruction(String aTarget, String aData) |
| String | replace(String origString, String origChar, String replaceChar) |
| void | setDocumentLocator(XLocator xLocator) |
| void | startDocument() |
| void | startElement(String str, XAttributeList xattribs) |
| boolean | supportsService(String stringServiceName) |