00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "nsISimpleEnumerator.idl" 00004 00011 [scriptable, uuid(0AFC65E6-FF57-40a1-9BCB-1C54ECC1FD90) ] 00012 interface tmozIDocumentType: nsISupports 00013 { 00019 readonly attribute nsISimpleEnumerator attributes; 00023 readonly attribute tmozIDocumentType parent; 00027 readonly attribute AString id; 00028 00032 readonly attribute nsISimpleEnumerator properties; 00033 00037 AString getPropertyValue(in AString name); 00038 };