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.

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.

Copyright © 1999-2006 XULPlanet.com