public EntityCount(Element element, SimpleMethod simpleMethod) {
super(element, simpleMethod);
this.entityNameExdr = new FlexibleStringExpander(element.getAttribute("entity-name"));
this.delegatorNameExdr = new FlexibleStringExpander(element.getAttribute("delegator-name"));
this.countAcsr = new FlexibleMapAccessor(element.getAttribute("count-name"));
// process condition-expr | condition-list
Element conditionExprElement = UtilXml.firstChildElement(element, "condition-expr");
Element conditionListElement = UtilXml.firstChildElement(element, "condition-list");
Element conditionObjectElement = UtilXml.firstChildElement(element, "condition-object");