} else if(tag.equals(MathExpressionInputValueRef.TAG)) {
express = new MathExpressionInputValueRef(element,
cf.getChildContext(MathExpressionInputValueRef.GROUP));
} else if(tag.equals(MathExpressionConstValueNull.TAG)) {
express = new MathExpressionConstValueNull(element,
cf.getChildContext(MathExpressionConstValueNull.GROUP));
} else if(tag.equals(MathExpressionConstValueBoolean.TAG)) {
express = new MathExpressionConstValueBoolean(element,
cf.getChildContext(MathExpressionConstValueBoolean.GROUP));