DocumentFragmentimpl docFragImpl = (DocumentFragmentimpl) parent;
ElementImpl elem3 = new ElementImpl((DocumentImpl) docFragImpl
.getOwnerDocument(), localName, (NamespaceImpl) ns, builder);
return elem3;
default:
throw new OMDOMException(
"The parent container can only be an ELEMENT, DOCUMENT " +
"or a DOCUMENT FRAGMENT");
}
}