00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIDocumentType.idl" 00004 #include "nsISimpleEnumerator.idl" 00005 00012 [scriptable, uuid(553B5403-8D12-498d-8BAD-D1C7A31D4D6E) ] 00013 interface tmozIDocumentTypes: nsISupports 00014 { 00021 readonly attribute nsISimpleEnumerator hierarchy; 00022 00030 readonly attribute nsISimpleEnumerator types; 00031 00039 tmozIDocumentType get(in AString typeName); 00040 00041 }; 00042