pMethod.addLine(result, ".addAttribute(", uri, ", ", localName,
", ", pController, ".getAttrQName(this, ", uri, ", ", localName, "), \"CDATA\", ",
attribute.getTypeSG().getSimpleTypeSG().getCastToString(pMethod, pValue, pController), ");");
}
};
attribute.forAllNonNullValues(jm, element, sgLet);
}
}
}
jm.addLine("return ", result, ";");
return jm;