tmozIMimeType Interface Reference

Mime-type. More...

List of all members.

Public Attributes

readonly attribute AString name
 Name of mime type.
readonly attribute AString description
 Description of mime type.
readonly attribute boolean nativeSupport
 Flag is mime type has native support in Tahiti.
readonly attribute
nsISimpleEnumerator 
extensions
 Extension enumerator.


Detailed Description

Mime-type.

Object contains data about mime-type in the database.


Member Data Documentation

readonly attribute AString description

Description of mime type.

Description is single line text describing mime type. This text can be used in File-Open dialog.

readonly attribute nsISimpleEnumerator extensions

Extension enumerator.

Enumerate all known extensions for the type. Enumerated interface supports tmozIMimeExtension

readonly attribute AString name

Name of mime type.

Typicaly image/jpeg. Internal Tahiti mime-types are TAHITI.XXXX

readonly attribute boolean nativeSupport

Flag is mime type has native support in Tahiti.

  • true True if mime-type is nativly processed in the Tahiti
  • false False if mime-type has no direct support in the Tahiti


Generated on Wed Dec 15 09:54:21 2010 for Tahiti XPCOM API