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. |
Document type manager contains all available document types
tmozIDocumentType get | ( | in AString | typeName | ) |
Return document type.
typeName | Name of document type |
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.