tmozIMimeType Interface Reference

Mime-type. More...

List of all members.

Public Attributes

readonly attribute AString name
 Name 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 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 Thu Aug 27 12:37:06 2009 for Tahiti XPCOM API