} else if(tag.equals(MathExpressionConditionBinary.TAG)) {
express = new MathExpressionConditionBinary(element,
cf.getChildContext(MathExpressionConditionBinary.GROUP));
} else if(tag.equals(MathExpressionConditionUnaryNull.TAG)) {
express = new MathExpressionConditionUnaryNull(element,
cf.getChildContext(MathExpressionConditionUnaryNull.GROUP));
} else if(tag.equals(MathExpressionConditionUnaryExist.TAG)) {
express = new MathExpressionConditionUnaryExist(element,
cf.getChildContext(MathExpressionConditionUnaryExist.GROUP));