* @throws InstantiationException
*/
private synchronized XMIReaderFactory getXMIReaderFactory()
throws InstantiationException, IllegalAccessException
{
XMIReaderFactory factory =
(org.netbeans.api.xmi.XMIReaderFactory)this.xmiReaderFactoryInstances.get(this.xmiReaderFactory);
if (factory == null)
{
if (this.xmiReaderFactory == null || this.xmiReaderFactory.trim().length() == 0)
{