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/
[scriptable, uuid(cfb5b821-9016-4a79-9d98-87b57c3ea0c7)]
interface nsIDOMDOMConfiguration : nsISupports
Methods
boolean
canSetParameter(in DOMString name, in nsIVariant value)
nsIVariant
getParameter(in DOMString name)
void
setParameter(in DOMString name, in nsIVariant value)
Compare to: