nsISupports
Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)nsIDOMDocument getInstanceDocument(in DOMString instanceID); |
void rebuild(); |
void recalculate(); |
void refresh(); |
void revalidate(); |
nsIDOMDocument getInstanceDocument( in DOMString instanceID );
instanceID
An nsIDOMDocument
.
DOMException
Signals the XForms Processor to rebuild any internal data structures used to track computational dependencies within the given XForms Model.
void rebuild();
None.
Signals the XForms Processor to perform a full recalculation of the given XForms Model.
recalculate
, the DOM mutations are not cached. Thus, a full recalculation is necessary to ensure the proper changes are effected throughout the XForms Model.void recalculate();
None.
Signals the XForms Processor to perform a full refresh of form controls bound to instance nodes for the given XForms Model.
void refresh();
None.
Signals the XForms Processor to perform a full revalidation of the given XForms Model.
void revalidate();
None.