addParameter ( name, element )
Declare element (an IDOMletElement ) as part of parameter name
Note that element is not necessarily a direct child of the current
element, and that this method may be called multiple times for the
same name , if multiple define nodes use the same name.
It's up to the element to do any validation/restriction of parameter
names/values.
|