<key queryType='XPATH'> /xmlBlaster/key/RUGBY <filter type='ContentLength' version='1.0'> 800 </filter> <key>
10301031103210331034103510361037103810391040
*/ public final I_QueryKeyFactory getQueryKeyFactory() { if (this.queryKeyFactory == null) { synchronized (this) { if (this.queryKeyFactory == null) { this.queryKeyFactory = new QueryKeySaxFactory(this); } } } return this.queryKeyFactory; }