type = (String) nodeMap.get(CallFlowMonitor.CALL_STACK_ROW_TYPE_KEY);
if (type.equals(CallFlowMonitor.CALL_STACK_METHOD_START)) {
parent = child;
methodName = (String) nodeMap.get(CallFlowMonitor.METHOD_NAME_KEY);
// Don't share properties...
props = (Properties) props.clone();
props.setProperty("text", methodName);
child = ComponentUtil.getChild(
parent, "node" + (++idx),
"com.sun.jsftemplating.component.factory.sun.TreeNodeFactory",
props);