19package org.openoffice.xmerge.converter.xml.xslt;
48 super(
name, namespaceAware, validating);
This class is an implementation of OfficeDocument for the generic office format.
GenericOfficeDocument(String name, boolean namespaceAware, boolean validating)
Constructor with arguments to set name, the namespaceAware flag, and the validating flag.
String getFileExtension()
Returns the Office file extension for the generic format.
GenericOfficeDocument(String name)
Constructor with arguments to set name.
String getOfficeClassAttribute()
Returns the Office attribute for the generic format.
String getDocumentMimeType()
Method to return the MIME type of the document.
Document and PluginFactory implementations for XML based formats.
Provides interfaces for converting between two Document formats, and supports a "merge" interface for...