} else {
// the new parent is null named, and will not appear in
// the output, so the styles should be pushed down to
// be preserved. merge the element's styles with those
// of its children
DescendantStylesMerger merger =
getDescendantStylesMerger();
merger.pushStylesDown(cell);
}
}
cell.setName(null);
cell.addChildrenToTail(newParent);
} else {