[scriptable, uuid(1a180f60-93b2-11d2-9b8b-00805f8a16d9)]
Methods
get an enumeration of nsIPropertyElement objects, which are read-only (i.e. setting properties on the element will not make changes back into the source nsIPersistentProperties
shortcut to nsIProperty's get() which retrieves a string value directly (and thus faster)
load a set of name/value pairs from the input stream names and values should be in UTF8
output the values to the stream - results will be in UTF8
shortcut to nsIProperty's set() which sets a string value directly (and thus faster). If the given property already exists, then the old value will be returned
call subclass() to make future calls to load() set the properties in this "superclass" instead
