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()
public function getMetadataHost(hostNode:XML, domain:ApplicationDomain):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
|
|
| domain:ApplicationDomain |
ReturnsSee also
Wed Sep 8 2010, 08:56 AM -04:00