theWriter.writeEnd();
break;
}
case PRIMITIVE_XHTML: {
if (!getSuppressNarratives()) {
XhtmlDt dt = (XhtmlDt) theValue;
if (theChildName != null) {
theWriter.write(theChildName, dt.getValueAsString());
} else {
theWriter.write(dt.getValueAsString());
}
} else {
if (theChildName != null) {
// do nothing
} else {