Searched defs:DOMService (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/browser/dom/
H A DDOMService.java28 public abstract class DOMService class
31 * Returns new instance of a DOMService. The implementation
32 * of the DOMService returns depends on the setting of the
36 * Throws DOMUnsupportedException if the DOMService is not
39 * @param obj Object to leverage the DOMService
41 public static DOMService getService(Object obj)
49 Class clazz = DOMService.class.forName("sun.plugin.dom.DOMService");
51 return (DOMService) clazz.newInstance();
66 public DOMService() method in class:DOMService
[all...]

Completed in 39 milliseconds