|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--WbzMapper
WbzMapper
is the root-element of a
mapping-configuration. It is usally instanciated from the
WobzillaEngine or another WbzMapper
(during an import).
The configuration of WbzMapper
is a complete mapping-description,
but it only manges the direct sub-elements, such as import instructions, global
variables and matching rules.
attribute | type | description |
version | QName |
The wobzilla-version, that is requiered for a proper execution. Also permitted are intervals like 0.1-0.4 or 1.0+ |
configuration | count | description |
import | 0-* | The imported mapping-configuration. A new
WbzMapper instance is created for each
import-instruction. The path to the mapping file is passed
in the hfref -attribute of the import element. |
variable/param | 0-* | The definition of global variables, see wobzilla_variableFactory for more information about variables. When placed
as direct childs of WbzMapper variables can be used for
validation of global constraints. |
template | 1-* | The matching rules. Each matching rule contains either a match or a name attribute and an arbirary view-configuration as a child-node. See
wobzilla_viewFactory for further information. |
Requires:
wobzilla_componentFactory
wobzilla_xmlloader
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |