LibreOffice Module xmerge (master) 1
Public Member Functions | List of all members
org.openoffice.xmerge.ConverterCapabilities Interface Reference

A ConverterCapabilities object is used by DocumentMerger implementations. More...

Inheritance diagram for org.openoffice.xmerge.ConverterCapabilities:
[legend]

Public Member Functions

boolean canConvertTag (String tag)
 Test to see if the device document format supports the tag in question. More...
 
boolean canConvertAttribute (String tag, String attribute)
 Test to see if the device document format supports the tag attribute in question. More...
 

Detailed Description

A ConverterCapabilities object is used by DocumentMerger implementations.

The ConverterCapabilities indicates which "Office" XML tags are supported by the "Device" format.

See also
org.openoffice.xmerge.PluginFactory
org.openoffice.xmerge.DocumentMerger

Definition at line 31 of file ConverterCapabilities.java.

Member Function Documentation

◆ canConvertAttribute()

boolean org.openoffice.xmerge.ConverterCapabilities.canConvertAttribute ( String  tag,
String  attribute 
)

Test to see if the device document format supports the tag attribute in question.

Parameters
tagThe tag to check.
attributeThe tag attribute to check.
Returns
true if the device format supports the attribute, false otherwise.

Implemented in org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.

Referenced by org.openoffice.xmerge.merger.diff.NodeIterator.attributesEqual(), org.openoffice.xmerge.merger.merge.SheetUtil.emptyCell(), and org.openoffice.xmerge.merger.merge.PositionBaseRowMerge.mergeCells().

◆ canConvertTag()

boolean org.openoffice.xmerge.ConverterCapabilities.canConvertTag ( String  tag)

Test to see if the device document format supports the tag in question.

Parameters
tagThe tag to check.
Returns
true if the device format supports the tag, false otherwise.

Implemented in org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.

Referenced by org.openoffice.xmerge.merger.diff.NodeIterator.markTree().


The documentation for this interface was generated from the following file: