nsIDOMDOMConfiguration
| IID: | cfb5b821-9016-4a79-9d98-87b57c3ea0c7 |
| Inherits From: | nsISupports |
The nsIDOMDOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
For more information on this interface, please see http://www.w3.org/TR/DOM-Level-3-Core/
Methods
PRBool canSetParameter ( DOMString name , nsIVariant value )
nsIVariant getParameter ( DOMString name )
void setParameter ( DOMString name , nsIVariant value )
PRBool canSetParameter ( DOMString name , nsIVariant value )
- Arguments:
- name
- value
nsIVariant getParameter ( DOMString name )
- Arguments:
- name
void setParameter ( DOMString name , nsIVariant value )
- Arguments:
- name
- value
References
This interface is the type of the following properties:
nsIDOM3Document.domConfig, nsIDOMLSParser.domConfig, nsIDOMLSSerializer.domConfig
Reference documentation is generated from Mozilla's source.
