// recursively process any grandchild columns of the nodeStamp column:
TableUtils.__processColumnFacets(context, this, nodeStamp, phaseId);
Object oldPath = getRowKey();
RowKeySet state = getDisclosedRowKeys();
try
{
Object path = getFocusRowKey();
setRowKey(path);
if (path == null)
{
HierarchyUtils.__iterateOverTree(context,
phaseId,
this,
state,
true);
}
else
{
TableUtils.__processStampedChildren(context, this, phaseId);
processComponent(context, nodeStamp, phaseId); // bug 4688568
if (state.isContained())
{
enterContainer();
HierarchyUtils.__iterateOverTree(context,
phaseId,
this,