Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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.

Document Tags and Contributors

 Contributors to this page: Sheppy, LouCypher, Nickolay, Beaufour
 Last updated by: Sheppy,