[UP] Wd_types
|
WDialog API for Objective Caml: Wd_types.template_type
Class type Wd_types.template_typeclass type template_type =This class represents a template definition method study :
Studies the template for the scope of the passed application
method instantiate :
Instantiates the template. The parameter
~context may contain the
context parameters (defaults to the empty set). ~vars may contain the
transformation variables (defaults to: not available). ~params may
contains the lexical parameters (defaults to the empty set).
In every case, the current dialog instance must be passed.
The result of the instantiation is the XML tree where all dollar notations
have been replaced by the passed actual parameter values. It is not necessary
that the template is completely expanded, however, i.e. it may contain
The exception |