builder.addProblem(problem);
return null;
}
String value = attribute.getRawValue();
value = mxmlDialect.trim(value);
// The itemCreationPolicy must be "immediate" or "deferred";
// otherwise, it will be null.
if (!value.equals(ITEM_CREATION_POLICY_IMMEDIATE) &&
!value.equals(ITEM_CREATION_POLICY_DEFERRED))