org.openoffice.xmerge.converter.xml.sxc.pexcel
Class ConverterCapabilitiesImpl
java.lang.Object
|
+--org.openoffice.xmerge.converter.xml.sxc.pexcel.ConverterCapabilitiesImpl
- All Implemented Interfaces:
- ConverterCapabilities
- public final class ConverterCapabilitiesImpl
- extends java.lang.Object
- implements ConverterCapabilities
Pocket Excel implementation of ConverterCapabilities
for
the PluginFactoryImpl
.
Used with StarCalc SXC to/from Pocket Excel conversions. The
ConverterCapibilies
specify which "Office"
Document
tags and attributes are supported on the
"Device" Document
format.
Method Summary |
boolean |
canConvertAttribute(java.lang.String tag,
java.lang.String attribute)
Test to see if the device document format supports the
tag attribute in question. |
boolean |
canConvertTag(java.lang.String tag)
Test to see if the device document format supports the
tag in question. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterCapabilitiesImpl
public ConverterCapabilitiesImpl()
canConvertAttribute
public boolean canConvertAttribute(java.lang.String tag,
java.lang.String attribute)
- Description copied from interface:
ConverterCapabilities
- Test to see if the device document format supports the
tag attribute in question.
- Specified by:
canConvertAttribute
in interface ConverterCapabilities
- Following copied from interface:
org.openoffice.xmerge.ConverterCapabilities
- Parameters:
tag
- The tag to check.attribute
- The tag attribute to check.- Returns:
- true if the device format supports the
attribute, false otherwise.
canConvertTag
public boolean canConvertTag(java.lang.String tag)
- Description copied from interface:
ConverterCapabilities
- Test to see if the device document format supports the
tag in question.
- Specified by:
canConvertTag
in interface ConverterCapabilities
- Following copied from interface:
org.openoffice.xmerge.ConverterCapabilities
- Parameters:
tag
- The tag to check.- Returns:
- true if the device format supports the
tag, false otherwise.
Copyright © 2002 OpenOffice.org