LibreOffice Module xmerge (master) 1
|
This class is an implementation of OfficeDocument
for the SXC format.
More...
Public Member Functions | |
SxcDocument (String name) | |
Constructor with arguments to set name . More... | |
SxcDocument (String name, boolean namespaceAware, boolean validating) | |
Constructor with arguments to set name , the namespaceAware flag, and the validating flag. More... | |
Protected Member Functions | |
String | getFileExtension () |
Returns the Office file extension for the SXC format. More... | |
String | getOfficeClassAttribute () |
Returns the Office attribute for the SXC format. More... | |
final String | getDocumentMimeType () |
Method to return the MIME type of the document. More... | |
This class is an implementation of OfficeDocument
for the SXC format.
Definition at line 27 of file SxcDocument.java.
|
inline |
Constructor with arguments to set name
.
name | The name of the Document . |
Definition at line 34 of file SxcDocument.java.
References name.
|
inline |
Constructor with arguments to set name
, the namespaceAware
flag, and the validating
flag.
name | The name of the Document . |
namespaceAware | The value of the namespaceAware flag. |
validating | The value of the validating flag. |
Definition at line 46 of file SxcDocument.java.
References name.
|
inlineprotected |
Method to return the MIME type of the document.
Definition at line 77 of file SxcDocument.java.
References String, and org.openoffice.xmerge.converter.xml.OfficeConstants.SXC_MIME_TYPE.
|
inlineprotected |
Returns the Office file extension for the SXC format.
Definition at line 57 of file SxcDocument.java.
References String, and org.openoffice.xmerge.converter.xml.OfficeConstants.SXC_FILE_EXTENSION.
|
inlineprotected |
Returns the Office attribute for the SXC format.
Definition at line 67 of file SxcDocument.java.
References String, and org.openoffice.xmerge.converter.xml.OfficeConstants.SXC_TYPE.