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.