Gitanjali Punj wrote:
> Hello,
> In the class XSDConcreteComponentImpl there is a method called
> setElementGen(Element newElement).Can you please explain the
> functionality?
The XSD tree of components is created as wrappers around the basic DOM
representation. This method associates each individual element in the
DOM with the corresponding EMF object that represents it at the EMF level.
Gitanjali Punj wrote:
> Hello,
> In the class XSDConcreteComponentImpl there is a method called
> setElementGen(Element newElement).Can you please explain the
> functionality?
The XSD tree of components is created as wrappers around the basic DOM
representation. This method associates each individual element in the
DOM with the corresponding EMF object that represents it at the EMF level.