// if a fragment owner, and return.
if (ownedFragment != null || isLayoutOwnerDefault) {
Document PLF, ILF = null;
PLF = this._safeGetUserLayout(person, profile);
ILF = (Document) PLF.cloneNode(true);
final Element layoutNode = ILF.getDocumentElement();
if (ownedFragment != null) {
layoutNode.setAttributeNS(Constants.NS_URI, Constants.ATT_FRAGMENT_NAME, ownedFragment.getName());