[xsd-users] XSD Generated Class Customization

Boris Kolpackov boris at codesynthesis.com
Thu Feb 22 11:53:56 EST 2018


Southworth Damon (AA-AS/EOS32) <damon.southworth at uk.bosch.com> writes:

> In our project we have many customized classes with methods to perform
> operations on the data model.

I assume you are talking about XSD-generated classes that you have
customized using the mechanisms described here:

http://wiki.codesynthesis.com/Tree/Customization_guide


> Is there a mechanism where extra external information can be
> presented (e.g. an extra parameter) to the constructors of all
> these custom classes that they can use during construction?

Hm, since you have customized them, don't you have full control
over all the constructors that you define in them? I am not sure
I understand what the problem is.

Or is the problem in passing that extra parameter along to
member's constructors?

Boris



More information about the xsd-users mailing list