LibreOffice Module xmerge (master)
1
|
This class is an implementation of. More...
Public Member Functions | |
SxcDocument (String name) | |
Constructor with arguments to set. More... | |
SxcDocument (String name, boolean namespaceAware, boolean validating) | |
Constructor with arguments to set. 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.
for the SXC format.
Definition at line 27 of file SxcDocument.java.
|
inline |
Constructor with arguments to set.
.
name | The name of the . |
Definition at line 34 of file SxcDocument.java.
|
inline |
Constructor with arguments to set.
, the
flag, and the
flag.
name | The name of the . |
namespaceAware | The value of the namespaceAware
|
validating | The value of the validating
|
Definition at line 46 of file SxcDocument.java.
|
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.