* @return the object.
* @throws SAXException if an parser error occured.
*/
public Object getObject() throws SAXException
{
return new DefaultExpressionMetaData(bundleName, expert, preferred, hidden, deprecated,
expressionClass, resultType, properties, beanInfo, layoutComputation, experimental, compatibilityLevel);
}