OpenOffice.org
XMerge API

org.openoffice.xmerge
Interface ConverterCapabilities

All Known Implementing Classes:
ConverterCapabilitiesImpl, ConverterCapabilitiesImpl, ConverterCapabilitiesImpl, ConverterCapabilitiesImpl

public interface ConverterCapabilities

A ConverterCapabilities object is used by DocumentMerger implementations. The ConverterCapabilities indicates which "Office" XML tags are supported by the "Device" format.

See Also:
PluginFactory, DocumentMerger

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.
 

Method Detail

canConvertAttribute

public boolean canConvertAttribute(java.lang.String tag,
                                   java.lang.String attribute)
Test to see if the device document format supports the tag attribute in question.
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)
Test to see if the device document format supports the tag in question.
Parameters:
tag - The tag to check.
Returns:
true if the device format supports the tag, false otherwise.

OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org