00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIDocumentType.idl" 00004 #include "nsISimpleEnumerator.idl" 00005 00013 [scriptable, uuid(9CF9004C-23F3-47f5-8FDC-48B2D02834E6) ] 00014 interface tmozIDocumentTypeItem: nsISupports 00015 { 00021 readonly attribute nsISimpleEnumerator items; 00022 00026 readonly attribute boolean canCreate; 00027 00031 readonly attribute boolean canCreateChildNode; 00032 00036 readonly attribute AString name; 00037 00041 readonly attribute tmozIDocumentType documentType; 00042 };