215216217218219220221
return null; } void initLiteDataSourceFactory() { this.dsFactory = new LiteDataSourceFactory(); }
919920921922923924925926927
private synchronized LiteDataSourceFactory getDataSourceFactory() { if ( this.dsFactory == null ) { this.dsFactory = new LiteDataSourceFactory(); } return this.dsFactory; }
156157158159160161162
545546547548549550551552
catch ( ParserConfigurationException e1 ) { // LOG.log( Level.SEVERE, "Failed to get new DocumentBuilder.", e1 ); } this.dsFactory = new LiteDataSourceFactory(); }
196197198199200201202
751752753754755756757758
206207208209210211212
894895896897898899900901902