00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 00010 [scriptable, uuid(DCFCC87D-A20A-413d-9DC2-025DD3C64FE6) ] 00011 interface tmozIDocument: nsISupports 00012 { 00021 boolean hasAttribute(in AString name); 00022 00032 AString getAttribute(in AString name); 00033 00041 boolean isModified(); 00042 };