1 #include
"nsISupports.idl"
5 // XXX mark the right params "const"
7 [scriptable
, uuid(2d40b291
-01e1
-11d4
-9d0e
-0050040007b2
)]
8 interface nsIDocumentCharsetInfo
: nsISupports
10 attribute nsIAtom forcedCharset
;
12 attribute
boolean forcedDetector
;
14 attribute nsIAtom parentCharset
;
16 attribute PRInt32 parentCharsetSource
;