|
Class Summary |
| Bind |
Implementation of XForms Model Bind Element. |
| BindingResolver |
The binding resolver implements the scoped resolution of model binding
expressions as well as ui binding expressions. |
| ChibaBean |
Chiba Facade Class.
This class provides the interface to process W3C XForms 1.0 conformant
documents. |
| Container |
This class represents a complete XForms document. |
| Initializer |
Initializer |
| Instance |
Instance |
| Model |
encapsulates the model-part of a XForm: the schema, instance,
submission and Bindings and gives access to the individual parts. |
| ModelItem |
Holds additional state-info (annotation) for single InstanceNodes. |
| NamespaceCtx |
This class wraps the namespace informations used by a given xforms model
processed. |
| PreProcessor |
Note: currently without use - may be re-activated later
The PreProceesor handles all pre-initialization tasks as such:
[1] validating the XForm Container to ensure structural and syntactical
correctness of the input-form (not yet implemented)
[2] check for correctness of references in form. |
| Submission |
Submission |
| XFormsDocument |
Created by IntelliJ IDEA. |
| XFormsElement |
|
| XFormsElementFactory |
XFormsElementFactory creates objects for all DOM Nodes in the input Document that are
in the XForms namespace or are bound to some instance node by XForms binding attributes. |
| XMLBaseResolver |
Basic Implementation of XML Base Recommendation 27 June 2001. |