public class BatchConverter
extends java.lang.Object
implements org.openoffice.da.writer2xhtml.XBatchConverter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__implementationName |
static java.lang.String |
__serviceName
The component will be registered under this name.
|
Constructor and Description |
---|
BatchConverter(XComponentContext xComponentContext) |
Modifier and Type | Method and Description |
---|---|
void |
convert(java.lang.String sSourceURL,
java.lang.String sTargetURL,
PropertyValue[] lArguments,
org.openoffice.da.writer2xhtml.XBatchHandler handler) |
byte[] |
getImplementationId() |
java.lang.String |
getImplementationName() |
java.lang.String |
getServiceName() |
java.lang.String[] |
getSupportedServiceNames() |
com.sun.star.uno.Type[] |
getTypes() |
boolean |
supportsService(java.lang.String stringServiceName) |
public static final java.lang.String __serviceName
public static final java.lang.String __implementationName
public void convert(java.lang.String sSourceURL, java.lang.String sTargetURL, PropertyValue[] lArguments, org.openoffice.da.writer2xhtml.XBatchHandler handler)
convert
in interface org.openoffice.da.writer2xhtml.XBatchConverter
public com.sun.star.uno.Type[] getTypes()
public byte[] getImplementationId()
public java.lang.String getServiceName()
public boolean supportsService(java.lang.String stringServiceName)
public java.lang.String getImplementationName()
public java.lang.String[] getSupportedServiceNames()