/**
  * Access to the singleton instance of this factory.
  *
  * @return the default singleon instance
  */
 public static DocumentFactory getInstance() {
   DOMDocumentFactory fact = (DOMDocumentFactory) singleton.instance();
   return fact;
 }
Esempio n. 2
0
 /* 204:    */
 /* 205:    */ private static QNameCache getCache() /* 206:    */ {
   /* 207:253 */ QNameCache cache = (QNameCache) singleton.instance();
   /* 208:254 */ return cache;
   /* 209:    */ }