nsIXFormsNSInstanceElement

nsIXFormsNSInstanceElement is implemented by all XForms <instance/> elements, defining Mozilla extensions.

Please add a summary to this article.
Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)

Interface Code

[scriptable, uuid(80669b92-8331-4f92-aaf8-06e80e6827b3)]
interface nsIXFormsNSInstanceElement : nsISupports
{
  nsIDOMDocument getInstanceDocument();
};

Methods

getInstanceDocument

 nsIDOMDocument getInstanceDocument();

getInstanceDocument returns a DOM Document that corresponds to the instance data associated with the instance element. Essentially it is just a shortcut to nsIXFormsModelElement::getInstanceDocument() for the given instance element.

Example Code

None.