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

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

Inheritance diagram for org.openoffice.xmerge.converter.xml.xslt.GenericOfficeDocument:
[legend]
Collaboration diagram for org.openoffice.xmerge.converter.xml.xslt.GenericOfficeDocument:
[legend]

Public Member Functions

 GenericOfficeDocument (String name)
 Constructor with arguments to set name. More...
 
 GenericOfficeDocument (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 generic format. More...
 
String getOfficeClassAttribute ()
 Returns the Office attribute for the generic format. More...
 
String getDocumentMimeType ()
 Method to return the MIME type of the document. More...
 

Detailed Description

This class is an implementation of OfficeDocument for the generic office format.

Definition at line 27 of file GenericOfficeDocument.java.

Constructor & Destructor Documentation

◆ GenericOfficeDocument() [1/2]

org.openoffice.xmerge.converter.xml.xslt.GenericOfficeDocument.GenericOfficeDocument ( String  name)
inline

Constructor with arguments to set name.

Parameters
nameThe name of the Document.

Definition at line 34 of file GenericOfficeDocument.java.

References name.

◆ GenericOfficeDocument() [2/2]

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

References name.

Member Function Documentation

◆ getDocumentMimeType()

String org.openoffice.xmerge.converter.xml.xslt.GenericOfficeDocument.getDocumentMimeType ( )
inlineprotected

Method to return the MIME type of the document.

Returns
The document's MIME type.

Definition at line 77 of file GenericOfficeDocument.java.

References String.

◆ getFileExtension()

String org.openoffice.xmerge.converter.xml.xslt.GenericOfficeDocument.getFileExtension ( )
inlineprotected

Returns the Office file extension for the generic format.

Returns
The Office file extension for the generic format.

Definition at line 57 of file GenericOfficeDocument.java.

References String.

◆ getOfficeClassAttribute()

String org.openoffice.xmerge.converter.xml.xslt.GenericOfficeDocument.getOfficeClassAttribute ( )
inlineprotected

Returns the Office attribute for the generic format.

Returns
The Office attribute for the generic format.

Definition at line 67 of file GenericOfficeDocument.java.

References String.


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