{
// Assuming a component
if (bCollection)
{
initializer = new ComponentCollectionPropertyInitializer(sName, type, method, component);
XMLUtil.forEachChildElement(propertyElement, "Item", new ElementHandler()
{
public void handleElement(Element element)
{