00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIPage.idl" 00004 00011 [scriptable, uuid(DCFCC87D-A20A-413d-9DC2-025DD3C64FE6) ] 00012 interface tmozIDocument: nsISupports 00013 { 00022 boolean hasAttribute(in AString name); 00023 00033 AString getAttribute(in AString name); 00034 00042 boolean isModified(); 00043 00049 void setAttribute(in AString name, in AString value); 00050 00054 void commit(); 00055 00063 tmozIPage addPage(in AString filePath, in AString mimeType); 00064 };