Simple factory to create the different kinds of metadata
hosts and to encapsulate the logic for determining which type
should be created.
public function MetadataHostFactory(domain:ApplicationDomain)
Parameters public function getMetadataHost(hostNode:XML):IMetadataHost
Returns an IMetadataHost
instance representing a property,
method or class that is decorated with metadata.
Parameters
| hostNode:XML — XML node representing a property, method or class
|
ReturnsSee also
Tue May 18 2010, 02:41 PM -04:00