} else if(tag.equals(MathExpressionConstValueLong.TAG)) {
express = new MathExpressionConstValueLong(element,
cf.getChildContext(MathExpressionConstValueLong.GROUP));
} else if(tag.equals(MathExpressionConstValueDouble.TAG)) {
express = new MathExpressionConstValueDouble(element,
cf.getChildContext(MathExpressionConstValueDouble.GROUP));
} else if(tag.equals(MathExpressionConstValueDate.TAG)) {
express = new MathExpressionConstValueDate(element,
cf.getChildContext(MathExpressionConstValueDate.GROUP));