} else if(tag.equals(MathExpressionConstValueBoolean.TAG)) {
express = new MathExpressionConstValueBoolean(element,
cf.getChildContext(MathExpressionConstValueBoolean.GROUP));
} 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));