executionContext, macroContext, namespaces, startEvent, endEvent);
continue;
}
Call call = new Call( def, startElement );
ev = call.execute(consumer, objectModel,
executionContext, macroContext, namespaces, startEvent, endEvent);
} else
ev = ev.execute(consumer, objectModel, executionContext,
macroContext, namespaces, startEvent, endEvent);
}