LibreOffice Module xmerge (master) 1
|
A ConverterCapabilities
object is used by DocumentMerger
implementations.
More...
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... | |
A ConverterCapabilities
object is used by DocumentMerger
implementations.
The ConverterCapabilities
indicates which "Office" XML tags are supported by the "Device" format.
Definition at line 31 of file ConverterCapabilities.java.
boolean org.openoffice.xmerge.ConverterCapabilities.canConvertAttribute | ( | String | tag, |
String | attribute | ||
) |
Test to see if the device document format supports the tag attribute in question.
tag | The tag to check. |
attribute | The tag attribute to check. |
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().
boolean org.openoffice.xmerge.ConverterCapabilities.canConvertTag | ( | String | tag | ) |
Test to see if the device document format supports the tag in question.
tag | The tag to check. |
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().