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.

nsIRDFInMemoryDataSource

IID:17C4E0AA-1DD2-11B2-8029-BF6F668DE500
Inherits From:nsISupports

This interface is intended to be used as an instance. To create an object implementing this interface:

var obj = Components.classes["@mozilla.org/rdf/datasource;1?name=in-memory-datasource"].
            createInstance(Components.interfaces.nsIRDFInMemoryDataSource);

This interface is implemented by the following components:


Methods

void EnsureFastContainment ( nsIRDFResource source )

void EnsureFastContainment ( nsIRDFResource source )

Arguments:
source

Reference documentation is generated from Mozilla's source.