new BpmnShapeParser().parse(xtr, model);
} else if (ELEMENT_DI_EDGE.equalsIgnoreCase(xtr.getLocalName())) {
new BpmnEdgeParser().parse(xtr, model);
} else if (processExtensionAvailable == true && ELEMENT_EXECUTION_LISTENER.equalsIgnoreCase(xtr.getLocalName())) {
new ExecutionListenerParser().parseChildElement(xtr, activeProcess);