org.openoffice.da.comp.writer2xhtml

Class BatchConverter

public class BatchConverter extends Object implements XBatchConverter, XServiceName, XServiceInfo, XTypeProvider

This class provides a uno component which implements the interface org.openoffice.da.writer2xhtml.XBatchConverter
Field Summary
static String__implementationName
static String__serviceName
The component will be registered under this name.
Constructor Summary
BatchConverter(XComponentContext xComponentContext)
Method Summary
voidconvert(String sSourceURL, String sTargetURL, PropertyValue[] lArguments, XBatchHandler handler)
byte[]getImplementationId()
StringgetImplementationName()
StringgetServiceName()
String[]getSupportedServiceNames()
Type[]getTypes()
booleansupportsService(String stringServiceName)

Field Detail

__implementationName

public static final String __implementationName

__serviceName

public static final String __serviceName
The component will be registered under this name.

Constructor Detail

BatchConverter

public BatchConverter(XComponentContext xComponentContext)

Method Detail

convert

public void convert(String sSourceURL, String sTargetURL, PropertyValue[] lArguments, XBatchHandler handler)

getImplementationId

public byte[] getImplementationId()

getImplementationName

public String getImplementationName()

getServiceName

public String getServiceName()

getSupportedServiceNames

public String[] getSupportedServiceNames()

getTypes

public Type[] getTypes()

supportsService

public boolean supportsService(String stringServiceName)