tmozIDocumentTypes Interface Reference

Document types manager. More...

List of all members.

Public Member Functions

tmozIDocumentType get (in AString typeName)
 Return document type.

Public Attributes

readonly attribute
nsISimpleEnumerator 
hierarchy
 Return list of document type items.
readonly attribute
nsISimpleEnumerator 
types
 Enumerate all defined document types.


Detailed Description

Document types manager.

Document type manager contains all available document types


Member Function Documentation

tmozIDocumentType get ( in AString  typeName  ) 

Return document type.

Parameters:
typeName Name of document type
Returns:
Return document type of given type. Return NULL if document type does not exists.


Member Data Documentation

readonly attribute nsISimpleEnumerator hierarchy

Return list of document type items.

This list is logical hierarchy of document types. Each enumerated document type is type of tmozIDocumentTypeItem.

readonly attribute nsISimpleEnumerator types

Enumerate all defined document types.

This is list of all available document types including abstract types. Each enumerated document type is type of tmozIDocumentType.


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