CompositeComponentFactoryProxy
class is a blueprint for proxy
objects that parse the XML DOM representation of a CompositeComponent
and instantiates and returns a corresponding instance on behalf of the
CompositeComponentFactory
.
Attributes | Name and Description |
---|---|
|
caplin.component.composite.CompositeComponentFactoryProxy(DOMElement eXmlModel)
Constructs a new |
Attributes | Name and Description |
---|---|
|
caplin.component.composite.CompositeComponent
createComponent()
Invoking this method causes the XML DOM to be parsed and the |
►
caplin.component.composite.CompositeComponentFactoryProxy(DOMElement eXmlModel)
Constructs a new CompositeComponentFactoryProxy
.
DOMElement | eXmlModel | The XML DOM root node representing a CompositeComponent . |
►
caplin.component.composite.CompositeComponent
createComponent()
Invoking this method causes the XML DOM to be parsed and the CompositeComponent
to be constructed.
CompositeComponent
corresponding to the
XML DOM representation.