WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/persistent-properties;1

This component implements the following interfaces:

Methods

InterfaceMethod
nsIPersistentProperties nsISimpleEnumerator enumerate ( )
nsIProperties void get ( char* prop , nsIIDRef iid , out nsQIResult* result )
nsIProperties void getKeys ( out PRUint32 count , out arrayof char* keys )
nsIPersistentProperties AString getStringProperty ( AUTF8String key )
nsIProperties PRBool has ( char* prop )
nsIPersistentProperties void load ( nsIInputStream input )
nsIPersistentProperties void save ( nsIOutputStream output , AUTF8String header )
nsIProperties void set ( char* prop , nsISupports value )
nsIPersistentProperties AString setStringProperty ( AUTF8String key , AString value )
nsIPersistentProperties void subclass ( nsIPersistentProperties superclass )
nsIProperties void undefine ( char* prop )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com