Class BatchConverter
- java.lang.Object
-
- org.openoffice.da.comp.writer2xhtml.BatchConverter
-
- All Implemented Interfaces:
com.sun.star.lang.XServiceInfo,com.sun.star.lang.XServiceName,com.sun.star.lang.XTypeProvider,com.sun.star.uno.XInterface,org.openoffice.da.writer2xhtml.XBatchConverter
public class BatchConverter extends java.lang.Object implements org.openoffice.da.writer2xhtml.XBatchConverter, com.sun.star.lang.XServiceName, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XTypeProviderThis class provides a uno component which implements the interface org.openoffice.da.writer2xhtml.XBatchConverter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String__implementationNamestatic java.lang.String__serviceNameThe component will be registered under this name.
-
Constructor Summary
Constructors Constructor Description BatchConverter(com.sun.star.uno.XComponentContext xComponentContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(java.lang.String sSourceURL, java.lang.String sTargetURL, com.sun.star.beans.PropertyValue[] lArguments, org.openoffice.da.writer2xhtml.XBatchHandler handler)byte[]getImplementationId()java.lang.StringgetImplementationName()java.lang.StringgetServiceName()java.lang.String[]getSupportedServiceNames()com.sun.star.uno.Type[]getTypes()booleansupportsService(java.lang.String stringServiceName)
-
-
-
Field Detail
-
__serviceName
public static final java.lang.String __serviceName
The component will be registered under this name.- See Also:
- Constant Field Values
-
__implementationName
public static final java.lang.String __implementationName
- See Also:
- Constant Field Values
-
-
Method Detail
-
convert
public void convert(java.lang.String sSourceURL, java.lang.String sTargetURL, com.sun.star.beans.PropertyValue[] lArguments, org.openoffice.da.writer2xhtml.XBatchHandler handler)- Specified by:
convertin interfaceorg.openoffice.da.writer2xhtml.XBatchConverter
-
getTypes
public com.sun.star.uno.Type[] getTypes()
- Specified by:
getTypesin interfacecom.sun.star.lang.XTypeProvider
-
getImplementationId
public byte[] getImplementationId()
- Specified by:
getImplementationIdin interfacecom.sun.star.lang.XTypeProvider
-
getServiceName
public java.lang.String getServiceName()
- Specified by:
getServiceNamein interfacecom.sun.star.lang.XServiceName
-
supportsService
public boolean supportsService(java.lang.String stringServiceName)
- Specified by:
supportsServicein interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
public java.lang.String getImplementationName()
- Specified by:
getImplementationNamein interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
public java.lang.String[] getSupportedServiceNames()
- Specified by:
getSupportedServiceNamesin interfacecom.sun.star.lang.XServiceInfo
-
-