1 16 package com.sun.org.apache.xerces.internal.dom; 17 18 import org.w3c.dom.DOMImplementation ; 19 20 34 public class DeferredDOMImplementationImpl 35 extends DOMImplementationImpl { 36 37 41 43 44 static DeferredDOMImplementationImpl singleton = new DeferredDOMImplementationImpl(); 45 46 47 51 52 public static DOMImplementation getDOMImplementation() { 53 return singleton; 54 } 55 } 56 | Popular Tags |