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