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.

SOAPPropertyBagMutator

This object is available to unprivileged JavaScript. It implements the following interfaces:

Properties

readonly nsIPropertyBag propertyBag

The property bag that is being constructed. After the mutator is destroyed, this is read-only. This will never be null.


Methods

void addProperty ( AString name , nsIVariant value )

void addProperty ( AString name , nsIVariant value )

Add or replace a property to the newly-constructed property bag.

Arguments:
name: The name of the property.
value: The value of the property.

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com