result = new MXMLEmbedNode((MXMLNodeBase)parent);
result.initializeFromText(builder, text, location);
}
else
{
ICompilerProblem problem = new EmbedTypeNotEmbeddableProblem(location, type.getBaseName());
builder.addProblem(problem);
}
}
else if (IMetaAttributeConstants.ATTRIBUTE_RESOURCE.equals(functionName))
{