* (isWeb == true AND isMinimizable == false))
* 2.c. Will have only open tag (no close tag, not XML-well-formed) if:
* (representationInTemplate == ONLY_OPEN)
*
*/
final RepresentationInTemplate representationInTemplate = element.getRepresentationInTemplate();
if (element.hasChildren()) {
writer.write('>');
final Node[] children = element.unsafeGetChildrenNodeArray();
final int childrenLen = element.numChildren();