*/
protected void doneParsing() throws SAXException
{
if (valueExpressionReadHandler == null)
{
throw new ParseException("No valid value expression.", getLocator());
}
super.doneParsing();
configureElement(ce);
ce.setValueExpression(valueExpressionReadHandler.getExpression());