32 #include "nsIArray.idl"
33 #include "nsIMutableArray.idl"
35 [scriptable,
uuid(478c1474-92c4-4fc4-8743-3f9f372b814d)]
41 readonly attribute AString
id;
46 readonly attribute AString
value;
55 [scriptable,
uuid(cc75d9ac-cb61-4f6d-afda-1cba8a090b6f)]
92 [scriptable,
uuid(d13954dc-1dd1-11b2-ba41-cfc220cadb50)]
116 in
boolean aSkipDuplicates);
readonly attribute AString id
sbIProperty getPropertyAt(in unsigned long aIndex)
readonly attribute boolean validated
void appendProperty(in AString aID, in AString aValue)
readonly attribute AString value
An interface to carry around arrays of nsIProperty instances Note that implementations of the interfa...
AString getPropertyValue(in AString aID)
void appendProperties(in sbIPropertyArray aPropertyArray, in boolean aSkipDuplicates)
An interface to carry around arrays of nsIProperty instances. Users of this interface should only QI ...