|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ConverterCapabilities
object is used by
DocumentMerger
implementations. The
ConverterCapabilities
indicates which
"Office" XML tags are supported by the
"Device" format.
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 |
public boolean canConvertAttribute(java.lang.String tag, java.lang.String attribute)
tag
- The tag to check.attribute
- The tag attribute to check.public boolean canConvertTag(java.lang.String tag)
tag
- The tag to check.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |