"), ", pAttr, ".getValue(", iVar, "));");
} else {
jm.addLine("addAttribute(", pAttr, ".getURI(", iVar, "), ", pAttr, ".getLocalName(", iVar,
"), ", pAttr, ".getValue(", iVar, "));");
}
jm.addEndFor();
jm.addEndIf();
if (pController.hasSimpleContent()) {
JavaField jf = pSource.newJavaField("__content", StringBuffer.class, JavaSource.PRIVATE);
jm.addLine(jf, " = new ", StringBuffer.class, "();");
}