19package org.openoffice.xmerge.converter.xml.sxc;
46 public SxcDocument(String name,
boolean namespaceAware,
boolean validating) {
48 super(
name, namespaceAware, validating);
This class is an implementation of OfficeDocument for the SXC format.
final String getDocumentMimeType()
Method to return the MIME type of the document.
String getFileExtension()
Returns the Office file extension for the SXC format.
SxcDocument(String name)
Constructor with arguments to set name.
SxcDocument(String name, boolean namespaceAware, boolean validating)
Constructor with arguments to set name, the namespaceAware flag, and the validating flag.
String getOfficeClassAttribute()
Returns the Office attribute for the SXC format.
This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types,...
String SXC_MIME_TYPE
StarCalc XML MIME type.
String SXC_TYPE
StarCalc XML office:class value.
String SXC_FILE_EXTENSION
StarCalc XML file extension.
Document and PluginFactory implementations for XML based formats.
Provides interfaces for converting between two Document formats, and supports a "merge" interface for...