19package org.openoffice.xmerge.converter.xml.xslt;
Xslt implementation of ConverterCapabilities for the PluginFactoryImpl.
boolean canConvertAttribute(String tag, String attribute)
Test to see if the device document format supports the tag attribute in question.
boolean canConvertTag(String tag)
Test to see if the device document format supports the tag in question.
A ConverterCapabilities object is used by DocumentMerger implementations.
This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types,...
String TAG_ORDERED_LIST
Element tag for text:ordered-list.
String TAG_HYPERLINK
Element tag for text:a.
String TAG_LINE_BREAK
Element tag for text:line-break.
String TAG_LIST_HEADER
Element tag for text:list-header.
String TAG_OFFICE_BODY
Element tag for office:body.
String TAG_PARAGRAPH
Element tag for text:p.
String TAG_TAB_STOP
Element tag for text:tab-stop.
String TAG_UNORDERED_LIST
Element tag for text:unordered-list.
String TAG_SPAN
Element tag for text:span.
String ATTRIBUTE_SPACE_COUNT
Attribute tag for text:c of element text:s.
String TAG_OFFICE_DOCUMENT_CONTENT
Element tag for office:document-content, this is the root tag in content.xml.
String TAG_HEADING
Element tag for text:h.
String TAG_SPACE
Element tag for text:s.
String TAG_OFFICE_DOCUMENT
Element tag for office:document, this is the root tag.
String TAG_LIST_ITEM
Element tag for text:list-item.
Document and PluginFactory implementations for XML based formats.
Provides interfaces for converting between two Document formats, and supports a "merge" interface for...