org.dbforms.dom
Class DOMFactory

java.lang.Object
  extended by org.dbforms.dom.DOMFactory

public class DOMFactory
extends Object

abstract class to hide the implemtation details of the various dom implementations.

Author:
Henner Kollmann

Method Summary
static IDOMFactory instance()
          Get the thread singelton instance
static void setFactoryClass(String string)
          Sets another dom factory to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static IDOMFactory instance()
Get the thread singelton instance

Returns:
a DOMFactory instance per thread

setFactoryClass

public static void setFactoryClass(String string)
Sets another dom factory to use. Must be called before the first call to instance()!!

Parameters:
string -


Copyright © 2002-2006 DbForms. All Rights Reserved.