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

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

Inheritance diagram for org.openoffice.xmerge.converter.xml.sxw.SxwDocument:
[legend]
Collaboration diagram for org.openoffice.xmerge.converter.xml.sxw.SxwDocument:
[legend]

Public Member Functions

 SxwDocument (String name)
 Constructor with arguments to set name. More...
 
 SxwDocument (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 SXW format. More...
 
String getOfficeClassAttribute ()
 Returns the Office attribute for the SXW 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 SXW format.

Definition at line 27 of file SxwDocument.java.

Constructor & Destructor Documentation

◆ SxwDocument() [1/2]

org.openoffice.xmerge.converter.xml.sxw.SxwDocument.SxwDocument ( String  name)
inline

Constructor with arguments to set name.

Parameters
nameThe name of the Document.

Definition at line 34 of file SxwDocument.java.

References name.

◆ SxwDocument() [2/2]

org.openoffice.xmerge.converter.xml.sxw.SxwDocument.SxwDocument ( 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 SxwDocument.java.

References name.

Member Function Documentation

◆ getDocumentMimeType()

final String org.openoffice.xmerge.converter.xml.sxw.SxwDocument.getDocumentMimeType ( )
inlineprotected

Method to return the MIME type of the document.

Returns
The document's MIME type.

Definition at line 77 of file SxwDocument.java.

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

◆ getFileExtension()

String org.openoffice.xmerge.converter.xml.sxw.SxwDocument.getFileExtension ( )
inlineprotected

Returns the Office file extension for the SXW format.

Returns
The Office file extension for the SXW format.

Definition at line 57 of file SxwDocument.java.

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

◆ getOfficeClassAttribute()

String org.openoffice.xmerge.converter.xml.sxw.SxwDocument.getOfficeClassAttribute ( )
inlineprotected

Returns the Office attribute for the SXW format.

Returns
The Office attribute for the SXW format.

Definition at line 67 of file SxwDocument.java.

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


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