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