LibreOffice Module xmerge (master) 1
Public Member Functions | Protected Member Functions | List of all members
org.openoffice.xmerge.converter.xml.sxc.SxcDocument Class Reference

This class is an implementation of OfficeDocument for the SXC format. More...

Inheritance diagram for org.openoffice.xmerge.converter.xml.sxc.SxcDocument:
[legend]
Collaboration diagram for org.openoffice.xmerge.converter.xml.sxc.SxcDocument:
[legend]

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...
 

Detailed Description

This class is an implementation of OfficeDocument for the SXC format.

Definition at line 27 of file SxcDocument.java.

Constructor & Destructor Documentation

◆ SxcDocument() [1/2]

org.openoffice.xmerge.converter.xml.sxc.SxcDocument.SxcDocument ( String  name)
inline

Constructor with arguments to set name.

Parameters
nameThe name of the Document.

Definition at line 34 of file SxcDocument.java.

References name.

◆ SxcDocument() [2/2]

org.openoffice.xmerge.converter.xml.sxc.SxcDocument.SxcDocument ( String  name,
boolean  namespaceAware,
boolean  validating 
)
inline

Constructor with arguments to set name, the namespaceAware flag, and the validating flag.

Parameters
nameThe name of the Document.
namespaceAwareThe value of the namespaceAware flag.
validatingThe value of the validating flag.

Definition at line 46 of file SxcDocument.java.

References name.

Member Function Documentation

◆ getDocumentMimeType()

final String org.openoffice.xmerge.converter.xml.sxc.SxcDocument.getDocumentMimeType ( )
inlineprotected

Method to return the MIME type of the document.

Returns
String The document's MIME type.

Definition at line 77 of file SxcDocument.java.

References String, and org.openoffice.xmerge.converter.xml.OfficeConstants.SXC_MIME_TYPE.

◆ getFileExtension()

String org.openoffice.xmerge.converter.xml.sxc.SxcDocument.getFileExtension ( )
inlineprotected

Returns the Office file extension for the SXC format.

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.

◆ getOfficeClassAttribute()

String org.openoffice.xmerge.converter.xml.sxc.SxcDocument.getOfficeClassAttribute ( )
inlineprotected

Returns the Office attribute for the SXC format.

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.


The documentation for this class was generated from the following file: