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.

nsIDOMNSFeatureFactory

IID:dc5ba787-b648-4b01-a8e7-b293ffb044ef
Inherits From:nsISupports

Methods

nsISupports getFeature ( nsISupports object , DOMString feature , DOMString version ) PRBool hasFeature ( nsISupports object , DOMString feature , DOMString version )

nsISupports getFeature ( nsISupports object , DOMString feature , DOMString version )

Arguments:
object: : usually either nsIDOMNode or nsIDOMDOMImplementation
feature: : the name of the feature
version: : the version of the feature

PRBool hasFeature ( nsISupports object , DOMString feature , DOMString version )

Arguments:
object: : usually either nsIDOMNode or nsIDOMDOMImplementation
feature: : the name of the feature
version: : the version of the feature

Reference documentation is generated from Mozilla's source.