This page is the beginning of the XForms API reference. Note the word beginning :-)
Naming Convention
XForms インターフェースには次の命名規則があります:
- nsIXForms...Element
- Interfaces implemented by the C++ part of a control
- nsIXFormsNS...Element
- Interfaces extending XForms Specification interfaces
- nsIXForms...UIElement
- Interfaces implemented by the JS part of a control
- nsIXForms...Accessors
- Interface exposing states about the bound instance node for a given control
凍結インターフェース
- nsIXFormsModelElement
- The model interface
試験用インターフェース
- nsIXFormsDelegate
- The Delegate interface for XForms:Custom_Controls
- nsIXFormsAccessors
- The Accessors interface for XForms:Custom_Controls
- nsIXFormsNSModelElement
- Custom extension(s) to the nsIXFormsModelElement interface
- nsIXFormsNSInstanceElement
- Custom extension(s) to the instance element